Merge pull request #24603 from frederic34/patch-9

Fix getElementProperties for usergroup
This commit is contained in:
Laurent Destailleur 2023-04-26 21:15:30 +02:00 committed by GitHub
commit ca00480f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11362,6 +11362,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';