Changeset 5041
- Timestamp:
- Aug 11, 2009, 9:54:49 AM (14 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/PermissionUtil.java
r4889 r5041 217 217 Item.FILE, Item.DIRECTORY, Item.PROJECT, Item.MESSAGE, 218 218 Item.PLUGINTYPE, Item.PLUGINDEFINITION, Item.PLUGINCONFIGURATION, Item.JOB, 219 Item.JOBAGENT 219 Item.JOBAGENT, Item.CHANGEHISTORY 220 220 }) 221 221 ); -
trunk/src/core/net/sf/basedb/core/Install.java
r5038 r5041 394 394 createRoleKey(Item.SETTING, "Settings", "Gives access to settings", administrators_all); 395 395 createRoleKey(Item.MESSAGE, "Messages", "Gives access to messages", users_create); 396 396 createRoleKey(Item.CHANGEHISTORY, "Change history", "Gives access to change history of items", administrators_read); 397 397 398 // Permissions for job agents are only added for new installations and 398 399 // updates below schema version 13
Note: See TracChangeset
for help on using the changeset viewer.