mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
generate_lang_file.php : Added LSsearch predefinedFilters labels support
This commit is contained in:
parent
8263629e6e
commit
4789128c9e
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@ if (loadDir('../'.LS_OBJECTS_DIR)) {
|
|||
add($lay['label']);
|
||||
}
|
||||
}
|
||||
// LSsearch
|
||||
if (is_array($conf['LSsearch']['predefinedFilters'])) {
|
||||
foreach($conf['LSsearch']['predefinedFilters'] as $lay) {
|
||||
add($lay);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(is_array($conf['attrs'])) {
|
||||
foreach($conf['attrs'] as $attr) {
|
||||
|
|
Loading…
Reference in a new issue