https://github.com/ManageIQ/manageiq/pull/14929
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/3bbbaaf846986eae0e517284a4e3bee3ad2f0fe9 commit 3bbbaaf846986eae0e517284a4e3bee3ad2f0fe9 Author: Bill Wei <bilwei> AuthorDate: Thu Apr 27 11:41:53 2017 -0400 Commit: Bill Wei <bilwei> CommitDate: Thu Apr 27 11:55:17 2017 -0400 Accept option :become_enabled for creating job template https://bugzilla.redhat.com/show_bug.cgi?id=1445377 app/models/service_template_ansible_playbook.rb | 2 +- spec/models/service_template_ansible_playbook_spec.rb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-)
reassign to Harpreet for the remaining UI work.
UI work in https://github.com/ManageIQ/manageiq-ui-classic/pull/1207
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/7523a3a6dbe4846b8792a3e154661bc4dc83c6f0 commit 7523a3a6dbe4846b8792a3e154661bc4dc83c6f0 Author: Harpreet Kataria <hkataria> AuthorDate: Fri Apr 28 10:24:36 2017 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon May 1 11:32:33 2017 -0400 Added "Escalate Privilege" checkbox Added "Escalate Privilege" checkbox switch on both Provisioning & Retirement tabs in form and on Summary screen to display the selected values. Default value for the new checkbox is false. https://bugzilla.redhat.com/show_bug.cgi?id=1445377 .../controllers/catalog/catalog_item_form_controller.js | 15 ++++++++++++++- app/controllers/catalog_controller.rb | 2 ++ app/views/catalog/_sandt_tree_show.html.haml | 10 ++++++++++ .../angular/_ansible_form_options_angular.html.haml | 13 ++++++++++++- spec/controllers/catalog_controller_spec.rb | 12 ++++++++---- .../catalog/catalog_item_form_controller_spec.js | 1 + 6 files changed, 47 insertions(+), 6 deletions(-)