Hi,
If I understand the system correctly, there are two options for creating userlists:
I want one user list to have different rights for different tables.
I guess I can implement this is two different ways:
Does anyone have any experience or and suggestion about which way would be the easiest to implement and maintain?
Thanks, Jasper
http://www.bookings.org
If I understand the system correctly, there are two options for creating userlists:
- create a new userlist for each table, you can give users different rights on all tables, but you have to copy the user definitions for each table
- create one userlist that all tables use, the rights will be the same for all tables
I want one user list to have different rights for different tables.

- make different lists and write a script that propagates changes from one list to all other lists?
- keep one list, and write a plugin that reads the access rights from my own table and changes the setting accordingly for each request.
- modify the GT code, but this seems a lot of work and I will have the risk of not being able to upgrade...
Does anyone have any experience or and suggestion about which way would be the easiest to implement and maintain?
Thanks, Jasper
http://www.bookings.org