N°5324 - make EVENT_DB_LINKS_CHANGED event work with URP_UserProfile by adding is-link property

This commit is contained in:
odain
2023-06-14 15:14:55 +02:00
parent b8d04e40e4
commit c6b203fc4e
4 changed files with 4 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ class URP_UserProfile extends UserRightsBaseClassGUI
{
$aParams = array
(
"is_link" => true, //since 3.1 N°5324
"category" => "addon/userrights,grant_by_profile,filter",
"key_type" => "autoincrement",
"name_attcode" => array("userlogin", "profile"),

View File

@@ -326,6 +326,7 @@ class URP_UserProfile extends UserRightsBaseClassGUI
{
$aParams = array
(
"is_link" => true, //since 3.1 N°5324
"category" => "addon/userrights",
"key_type" => "autoincrement",
"name_attcode" => array("userlogin", "profile"),

View File

@@ -269,6 +269,7 @@ class URP_UserProfile extends UserRightsBaseClass
{
$aParams = array
(
"is_link" => true, //since 3.1 N°5324
"category" => "addon/userrights",
"key_type" => "autoincrement",
"name_attcode" => array("userlogin", "profile"),

View File

@@ -57,6 +57,7 @@
<!-- Generated by toolkit/export-class-to-meta.php -->
<parent>cmdbAbstractObject</parent>
<properties>
<is_link>1</is_link> <!-- since 3.1 N°5324 -->
<category>addon/userrights,grant_by_profile</category>
</properties>
<fields>