this is working for me 100 : (pageConfiguaration = 'ListGrid' and session.user.userPermissions.canEditUser = 1) => isEntityEditable = "true" [com.webobjects.directtoweb.Assignment]
I have not tried it with isEntityDeletable though but I don't see a reason why it would not work. Ted --- On Mon, 3/4/13, David Holt <[email protected]> wrote: > From: David Holt <[email protected]> > Subject: D2W permissions on a row in a list > To: "[email protected] Development" > <[email protected]> > Date: Monday, March 4, 2013, 7:30 PM > Hi all, > I appear to be missing something. I want to allow > owners of an object to delete it from a list page. > 100 : (pageConfiguration = > 'ListActivities' and isOwnerLoggedInUser = > 'true') => actions = {"right" = > ("deleteAction"); } [Assignment] > The actions are not showing up, even though I > have the value correctly evaluating: > I also tried the > DelayedAssignment to no avail. I also tried > isOwnerLoggedInUser = 1 > Does anyone know why this rule is not working as > I had hoped? > Thanks, > David > -----Inline Attachment Follows----- > > > _______________________________________________ > Do not post admin requests to the list. They will be > ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
