Verified Commit be54296f authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(CORE) - Adds dyngroup to RolesAttributes

Adds dyngroup to usersGroupsRolesAttribute array.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -27,6 +27,6 @@ class UsersGroupsRolesAttribute extends ObjectsAttribute
{
function __construct (string $label, string $description, string $ldapName, bool $required = FALSE, array $defaultValue = [], string $store_attr = 'dn', string $display_attr = 'nameAttr', array $filterElementDefinitions = NULL, string $acl = '')
{
parent::__construct($label, $description, $ldapName, $required, ['user', 'group', 'role', 'ogroup'], $defaultValue, $store_attr, $display_attr, $filterElementDefinitions, $acl);
parent::__construct($label, $description, $ldapName, $required, ['user', 'group', 'role', 'ogroup', 'dyngroup'], $defaultValue, $store_attr, $display_attr, $filterElementDefinitions, $acl);
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment