Posted by swortis on April 6, 2010 at 3:35pm
2 followers
Jump to:
| Project: | Table Manager |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello-
It appears to only admin can edit tables in the latest dev 6 vesion, is this by design?
Thanks!
-S
Comments
#1
not by design, dev simply means unfinished...
It looks like the permission you need ('administer tablemanager settings') is not included yet in the admin/user/permissions screen
to quickly fix this edit tablemanager.module
find the following line:
$perms = array('administer tables', 'list tables', 'administer/ create own tables');
and change it to:
$perms = array('administer tablemanager settings', 'administer tables', 'list tables', 'administer/ create own tables');
#2
Thanks Marcel.
-S