100 : (pageConfiguration = 'ListActivities' and object.isOwnerLoggedInUser = 1) 
=> actions = {"right" = ("deleteAction"); } [Assignment]

I was missing the object pulled out of the d2wContext

Thanks,
David


On 2013-03-04, at 7:26 PM, Theodore Petrosky <tedp...@yahoo.com> wrote:

> 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 <programming...@mac.com> wrote:
> 
>> From: David Holt <programming...@mac.com>
>> Subject: D2W permissions on a row in a list
>> To: "webobjects-dev@lists.apple.com Development" 
>> <webobjects-dev@lists.apple.com>
>> 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      (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>> 
>> This email sent to tedp...@yahoo.com
>> 


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to