On RegularUser I have created 2 attributes:
CanViewNames as Yes/No
CanEditNames as Yes/No
Which is set by the administrator of the system when the RegularUser is created.
I have then set up a Query and have created 2 operations:
VIEW which has an operation type of 'View Object' and a condition on this LoggedInRegularUser.CanViewNames='Yes'
EDIT which has an operation type of 'Edit Object' and a condition on this LoggedInRegularUser.CanEditNames='Yes'
The problem is that when a LoggedInRegularUser has CanEditNames='No' runs the query the Edit button is hidden but the attributes displayed still allow the user to click on the attribute that will then put them into edit mode.
This is a huge issue for us. Is this a bug where the list of results is ignoring the Edit condition??