N°917: Fix refresh edit screen, avoid storing bad values in db

This commit is contained in:
Eric
2018-09-28 12:07:46 +02:00
parent b52aaaadf2
commit 40355cb2d0
6 changed files with 98 additions and 19 deletions

View File

@@ -161,8 +161,6 @@ class ormSet
{
$aValues = array_merge($this->aPreserved, $this->aAdded);
sort($aValues);
return $aValues;
}