17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1621 Views |
-
Permissions on TableListField

5 November 2008 at 11:18pm
Hi again.
I'm trying to set permissions on a TableListField object;
$caseTLF->setPermissions(array(
'show',
'edit',
'delete',
'export'
));But the only ones it's paying any attention to are Delete and Export. I know Add, Show and Edit are the other 3 permissions, but how do you set them so they work?
Thanks.
-
Re: Permissions on TableListField

29 November 2008 at 8:11pm
"add", "show" and "edit" are specific to ComplexTableField, not TableListField.
Is "delete" not working for you on a TableListField instance?
| 1621 Views | ||
|
Page:
1
|
Go to Top |


