N°985 - Add applicable contexts on Trigger (order values in DB)

This commit is contained in:
Eric
2020-01-21 14:53:49 +01:00
parent a993f6a80b
commit 770f5a7b67

View File

@@ -160,7 +160,7 @@ class ormSet
public function GetValues()
{
$aValues = array_merge($this->aPreserved, $this->aAdded);
sort($aValues);
return $aValues;
}