Commit 0e2abcbd authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5176-trier-les-menu-deroulants-par-ordre-alphabetiques' into '1.3-dev'

Resolve "trier les menu déroulants par ordre alphabetiques"

Closes #5176

See merge request !31
Showing with 1 addition and 0 deletions
+1 -0
......@@ -61,6 +61,7 @@ class applicationRights extends simplePlugin
$apps = objects::ls('application');
$apps = array_merge($apps, objects::ls('webApplication'));
asort($apps);
$this->attributesAccess['fdApplicationAllowed']->attribute->setChoices(
array_keys($apps),
array_values($apps)
......
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