New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/80e6115cc9ef4c92fdd7d742b0e47ca5d2395b7a commit 80e6115cc9ef4c92fdd7d742b0e47ca5d2395b7a Author: Dávid Halász <dhalasz> AuthorDate: Fri Aug 31 07:53:24 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Fri Aug 31 07:53:24 2018 -0400 Add custom_button_events subcollection for users, tenants and groups https://bugzilla.redhat.com/show_bug.cgi?id=1634053 app/controllers/api/groups_controller.rb | 1 + app/controllers/api/subcollections/custom_button_events.rb | 9 + app/controllers/api/tenants_controller.rb | 1 + app/controllers/api/users_controller.rb | 1 + config/api.yml | 13 + spec/requests/groups_spec.rb | 24 + spec/requests/tenants_spec.rb | 25 + spec/requests/users_spec.rb | 24 + 8 files changed, 98 insertions(+)
Clearing the MVP flag after speaking with PM - this RFE was not on the 5.11.0 RFE required list.