Created attachment 1359791 [details] buttons not displayed Description of problem: When generic object instance is accessed through the Automate menu, the customs buttons are not displayed. When the same instance is added to service, the buttons are displayed when the generic object instance is accessed from the service. Version-Release number of selected component (if applicable): 5.9.0.11 How reproducible: very Steps to Reproduce: 1. create generic object class 2. add a new Button group and new Button for generic object class 3. create new generic object instance 4. display instance summary and see that the button is not displayed 5. add the instance to service with POST /api/services/:id { "action": "add_resource", "resource": { "resource": { "href": "https://<addr>/api/generic_objects/:id" } } } 5. go to "Services" / "My Services", display generic objects instances, click on the instance, see that the button is displayed
Created attachment 1359792 [details] buttons displayed in service
The intent is for user to use it via Services... We are going to close this requirements