-
Bug
-
Resolution: Fixed
-
High
-
None
-
1
-
Severity 2 - Major
-
No
Issue Summary
Clicking on "Programs" dropdown menu on the Theme slide-out panel doesn't present the full content list.
Steps to Reproduce
It seems to be reproducible only in some instances
- Go to Portfolio > MANAGE > Themes create a new Theme.
- Be sure to select all the programs in the Programs dropdown list, while noting the values for Selected and Shown.
Expected Results
The Selected and Shown values are equal
Actual Results
The Selected value is lesser than Shown
Workaround
We can use the API to add the remaining Programs. Doing a PATCH to the endpoint Themes with content similar to the below should help them add the needed data:
[ { "op": "add", "path": "programIds/-", "value": "222" } ]