Issue
SC Categories are only showing the category value but not the value of catalog items in that category
Release
Confirmed in Orlando
Cause
The cause is for this issue is due to the Instance Page Editor Category "Additional options, JSON format" value being set as follows:
"omit_badges": {
"value": false,
"displayValue": false
},
This causes the server script in the SC Category Widget to not function as expected and give an unexpected result.
Resolution
To fix this do the following
- On the Service Catalog page, hold control while right clicking on Categories and click Instance in Page Editor
- Scroll to the bottom and find the section "Additional options, JSON format"
- Fix any value that does not have quotes around it: Example of what it should look like.
"omit_badges": {
"value": "false",
"displayValue": "false"
}, - Save the changes
- Go back to the Service Catalog and refresh the page and the values should now show correctly