Add a permission restriction from AEM Security | Permissions console.
On adding restriction like hasPropertyValues: allow#string$cq:tags==properties:orientation/portrait and saving it from the UI is not adding the appropriate restriction in the rep:policy node.
It seems for the symbol = the property is not storing in rep:policy, might be due to some logic present in the backend code responsible for using these values when saving it from the permission console UI.
Add a permission restriction from
AEM Security | Permissions
console.On adding restriction like
hasPropertyValues: allow#string$cq:tags==properties:orientation/portrait
and saving it from the UI is not adding the appropriate restriction in therep:policy
node.It seems for the symbol
=
the property is not storing in rep:policy, might be due to some logic present in the backend code responsible for using these values when saving it from the permission console UI.