-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 23
-
Fix Version/s: 24
-
Component/s: User Actions
If the option Document Proxy is selected for the property Current document is in the User Action screen, it generates the following expression which is incorrect
<rule grant="false">
<condition>document.isProxy()</condition>
</rule>
It should be
<condition>!document.isProxy()</condition>