Manually modify application rights
Contents |
[edit] Prerequisites
[edit] The proper tool
We will be using a MySQL database to demonstrate manually editing the application rights. If you haven't used it already to create an eGroupWare2.0 database, get phpMyAdmin now. It is the easiest way to create, modify and view MySQL databases.
[edit] The proper knowledge
- Have a running installation
- Read: Grants and Rights
- Have the Developers_Tools
[edit] Activating Calendar
To activate calendar open phpMyAdmin and go to the egw 2.0 database.
- Select the egw_applications table
- Click on the Browse Tab above
- Note the app_id value associated with calendar
- Now select the egw_application_rights table
- Click on the Browse Tab above.
- Note that each app_id has two application_right entries.
- Select the Insert Tab above
- acl_id: select the function called LAST_INSERT_ID
- application_id: enter 22 for the calendar application
- application_rights: enter 1 for the run flag.
- account_id: Make sure that the NULL checkbox is selected.
- Click Go to insert the first entry
- Select the Insert Tab again.
- acl_id: select the function called LAST_INSERT_ID
- application_id: enter 22 for the calendar application
- application_rights: enter 2 for the admin flag.
- account_id: Enter your UID
- Click Go to insert the second entry
That was it. You have now enabled the Calendar app in its development status. Make sure to log out and back in to egw 2.0 to apply the changes cleanly.



