Created attachment 1422655 [details] Custom attributes Description of problem: Custom service attributes disappeared from the UI, worked in earlier versions. This bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1481547 fixed the extension for custom attributes. They showed up in the UI as you can see in the attachment. Version-Release number of selected component (if applicable): 5.9.2.0.20180320210136_355c506 How reproducible: 100% Steps to Reproduce: 1. make the following request curl -u admin:smartvm -O -k -v -X POST https://192.168.1.17/api/services/99000000000001/custom_attributes \ -H "Resource:" \ -H 'Content-Type: text/json; charset=utf8' \ -d @- << EOF { "action": "add", "resources": [{ "name": "ca1", "value": "value 1" }, { "name": "ca2", "value": "value2" }] } EOF Actual results: Item gets added but does not show up in the service UI Expected results: Shows up as in the attachment Additional info:
I am able to see service attributes. Verified in Version 5.10.0.32.20190115185124_c957ada
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212