5095 Posts in 1518 Topics by 1114 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 357 Views |
-
Cannot edit tables with custom user

6 August 2011 at 7:03am
Hello,
I created a new user, and only if I activate "all administrative rights" can modify a table through GetCMSFields included, but this way I can not hide the tabs or other elements of the CMS.
How I can modify the permissions of the new user so that, without activating "all administrative rights" within the Security / permissions, can modify data in the table?
In any case, even off that box, if I can create or modify the content of the pages normally.
Thank you very much!
-
Re: Cannot edit tables with custom user

6 August 2011 at 12:06pm
try adding this to your dataobjects...
function canCreate() {return true;}
function canEdit() {return true;}
function canDelete() {return true;} -
Re: Cannot edit tables with custom user

6 August 2011 at 12:39pm
Thank you very much!
I'm starting in SilverStripe and sometimes I have trouble finding what I want in the documentation.
Thank you for responding so quickly.
| 357 Views | ||
|
Page:
1
|
Go to Top |


