-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add Ansible Playbook custom button type #15874
Conversation
bcc1368
to
7105cbd
Compare
Checked commit lgalis@7105cbd with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot add_label enhancement, fine/no |
TYPES = { "default" => "Default", | ||
"ansible_playbook" => "Ansible Playbook"}.freeze | ||
|
||
PLAYBOOK_METHOD = "Order_Ansible_Playbook".freeze |
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.
Link to where these are used?
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.
@Fryguy Can this be merged? |
I just find it really strange that there's a hardcoded method name the shared/generic/common CustomButton model. If we are introducing types of custom buttons, we may want to go STI eventually I'll merge now anyway though. |
Added Ansible Playbook custom button type
Links
https://www.pivotaltracker.com/story/show/148248347