Fix getElementProperties for usergroup

This commit is contained in:
Frédéric FRANCE 2023-04-26 11:08:04 +02:00 committed by GitHub
parent 2a3f174479
commit a665e69b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11358,6 +11358,9 @@ function getElementProperties($element_type)
$classpath = 'adherents/class';
$module = 'adherent';
$subelement = 'adherent';
} elseif ($element_type == 'usergroup') {
$classpath = 'user/class';
$module = 'user';
} elseif ($element_type == 'mo') {
$classpath = 'mrp/class';
$classfile = 'mo';