N°5972 - Allow User creation in Pop-up - Add Profile description

This commit is contained in:
vdumas
2023-04-12 18:46:04 +02:00
parent 0e8fd1eead
commit 4bab32264b
3 changed files with 27 additions and 24 deletions

View File

@@ -37,6 +37,7 @@ class URP_Profiles extends UserRightsBaseClassGUI
"category" => "addon/userrights,grant_by_profile,filter",
"key_type" => "autoincrement",
"name_attcode" => "name",
"complementary_name_attcode" => array('description'),
"state_attcode" => "",
"reconc_keys" => array(),
"db_table" => "priv_urp_profiles",

View File

@@ -72,6 +72,7 @@ class URP_Profiles extends UserRightsBaseClassGUI
"category" => "addon/userrights",
"key_type" => "autoincrement",
"name_attcode" => "name",
"complementary_name_attcode" => array('description'),
"state_attcode" => "",
"reconc_keys" => array(),
"db_table" => "priv_urp_profiles",

View File

@@ -53,6 +53,7 @@ class URP_Profiles extends UserRightsBaseClass
"category" => "addon/userrights",
"key_type" => "autoincrement",
"name_attcode" => "name",
"complementary_name_attcode" => array('description'),
"state_attcode" => "",
"reconc_keys" => array(),
"db_table" => "priv_urp_profiles",