Container is hiding all variables and not honoring UI policies after upgradeIssue <!-- 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; } --> An instance has been upgraded from Istanbul to Jakarta, Kingston, or London releases. The catalog item is displayed properly on native UI, but when viewed in Portal the containers are not honoring the UI policies. The container should hide only one variable but instead hides all the variables within it. ReleaseJakarta, Kingston, or LondonCauseThis usually happens after an upgrade. Steps to reproduce the issue: 1. Create two variable sets. The first variable set should contain a multiple choice variable. (Choice 1, Choice 2)The second variable set should contain the following variables: Container Start 1 Variable 1Variable 2 Container End 1Container Start 2 Variable 3 (makes this field mandatory from the dictionary)Variable 4 Container End 2 2. Create a UI Policy. When Choice 1 is selected, set Variable 1 to: mandatory = false, visible = false 3. Check in Native UI, the UI policy works as expected, and also in the portal. 4. Give the containers a different name. 5. Upgrade the instance to Jakarta, Kingston, or London. 6. Check the catalog in the portal. The UI Policy hides both Variable 1 and Variable 2. It should hide only Variable 1.ResolutionTo fix this, do the following: 1. Try clearing the cache and reload the catalog item. 2. If clearing the cache does not work, rename the containers as container1, container2, and so on. Reloading the catalog in the portal should work as expected with only Variable 1 hidden. 3. Try creating new containers, and then reload the catalog in the portal. Tip: Keep container names simple and do not duplicate container names.