-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Verbosity drop down on both Provisioning & Retirement tabs #1493
Added Verbosity drop down on both Provisioning & Retirement tabs #1493
Conversation
@syncrou Please review |
@@ -70,6 +73,17 @@ ManageIQ.angular.app.controller('catalogItemFormController', ['$scope', 'catalog | |||
} | |||
}; | |||
|
|||
var getVerbosityTypes = function() { | |||
vm['verbosity_types'] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@h-kataria - Is there a way this list can be built dynamically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@syncrou currently Angular forms are being populated using API calls, but we don't have back-end or API support to get a list of Verbosity types at the moment so i have hard coded this list for now.
@h-kataria - I ran tests using the following scenarios:
|
1b25129
to
1389104
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 - Ran tests with the additional changes. Copy from Provisioning
worked as expected.
Looks good to me when green.
1389104
to
9e7a7ea
Compare
@h-kataria This is a required field for JobTemplates and defaults to Also, will existing catalog items, created before this change, show the |
@gmcculloug i will make the suggested change, currently it shows |
- Added new 'Verbosity' drop down on Playbook catalog item form and summary screen to display saved Verbosity field values. - Added/Updated spec tests to verify changes https://www.pivotaltracker.com/n/projects/1613907/stories/146545759
9e7a7ea
to
7d6e23d
Compare
@gmcculloug made suggested changes, please re-review |
Checked commit h-kataria@7d6e23d with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks.
@h-kataria Is there a BZ for this? Can you please create one if it doesn't exist? |
@simaishi created BZ for Fine backport: https://bugzilla.redhat.com/show_bug.cgi?id=1460788 |
Added Verbosity drop down on both Provisioning & Retirement tabs (cherry picked from commit af2c4aa) https://bugzilla.redhat.com/show_bug.cgi?id=1460809
Fine backport details:
|
https://www.pivotaltracker.com/n/projects/1613907/stories/146545759
@gmcculloug @syncrou please review/test