mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-23 22:04:27 +02:00
DirectorObjectForm: do not sort sets when removing
...entries fixes #1099
This commit is contained in:
parent
f8445ca1ef
commit
8edb7e50fb
@ -706,7 +706,6 @@ abstract class DirectorObjectForm extends DirectorForm
|
||||
protected function removeFromSet(& $set, $key)
|
||||
{
|
||||
unset($set[$key]);
|
||||
sort($set);
|
||||
}
|
||||
|
||||
protected function moveUpInSet(& $set, $key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user