Container hiding all variables, and not honoring UI Policies after upgrade.Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Instance has been upgraded from Istanbul to Jakarta, Kingston or London. Catalog item is displayed properly on Native UI, but when viewed in Portal, the containers are not honoring the UI Policies. Container should hide only one variable but hides all the variables within it. Release Jakarta, Kingston, London Environment This usually happens after an upgrade Steps to Reproduce Step 1: Create 2 variable sets. Step 2: First variable set should contain multiple choice variable. (Choice 1, Choice 2) Step 3: Second variable set should contain the below variables Container Start 1Variable 1Variable 2Container End 1Container Start 2Variable 3 (makes this field mandatory from the dictionary)Variable 4Container End 2 Step 4: Create a UI Policy - When Choice 1 is selected, make Variable 1 => mandatory = false, visible = false Step 5: Check in Native UI, the UI policy works as expected, and also in Portal. Step 6: Rename the containers with a different name. Step 7: Upgrade the instance to Jakarta, Kingston or London Step 8: Now check the catalog in Portal, and the UI Policy will hide Variable 1 & Variable 2 both. Step 9: It should hide only Variable 1 Resolution Resolution 1: Try clearing the cache and reload the catalog item. Resolution 2: If clearing the cache does not work, rename the containers as container1, container2 etc. Now reloading the catalog in portal works as expected. Only Variable 1 is hidden. Resolution 3: Try creating new containers, and reload the catalog in portal. ALSO, TRY TO KEEP THE CONTAINER NAME SIMPLE. CONTAINER NAMES SHOULD NOT BE DUPLICATED.