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…
Reference in New Issue