Improved user rights management: SELECT filtered on objects authorized for the current user (not yet fully implemented)

SVN:trunk[681]
This commit is contained in:
Romain Quetiez
2010-08-19 13:08:42 +00:00
parent 2387176142
commit b555f104df
12 changed files with 666 additions and 50 deletions

View File

@@ -143,7 +143,7 @@ class appUserPreferences extends DBObject
{
$aParams = array
(
"category" => "gui",
"category" => "gui,alwaysreadable",
"key_type" => "autoincrement",
"name_attcode" => "userid",
"state_attcode" => "",