D2W question
D2W question
- Subject: D2W question
- From: Guido Neitzer <email@hidden>
- Date: Thu, 23 Nov 2006 11:09:23 +0100
Hi.
I have a rule that determines per row on a list, whether the current
user is allowed to delete (or edit) a specific row. The rule is
something like
pageConfiguration = 'ListUsers' AND object.usergroup.type <> 'Admin'
=> isEntityDeletable = yes
and a second:
pageConfiguration = 'ListUsers' AND object.usergroup.type = 'Admin'
=> isEntityDeletable = no
Now I see warning messages when any other listpage is displayed as it
seems this rules is evaluated every time. Okay so far. Can I somehow
exclude this check of specify an order in which the left hand side
should be evaluated?
Or is it just a bad idea what I'm doing there? What am I missing?
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden