Hello-
It appears to only admin can edit tables in the latest dev 6 vesion, is this by design?
Thanks!
-S

Comments

pfismvg’s picture

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');

swortis’s picture

Thanks Marcel.
-S

pobster’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as D6.x is now unsupported.