Richard,
Thanks for your for response... 

Since I needed to control the "Delete" button of a "child" table, in my 
sample called item, I used a dict on a parent level and all works fine now. 
My mistake. 

smartgrid
...
deletable = dict(purchase_order=auth.has_membership(group_id="admin"), 
item=auth.has_permission('management')), ....

Thanks,
Adnan

Reply via email to