mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
DbObjectWithSettings: sort settings by name
This commit is contained in:
parent
64e1f463a2
commit
d5fe207efd
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ abstract class DbObjectWithSettings extends DbObject
|
|||
$db->select()
|
||||
->from($this->settingsTable, ['setting_name', 'setting_value'])
|
||||
->where($this->settingsRemoteId . ' = ?', $this->get('id'))
|
||||
->order('setting_name')
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue