Enabled Statusflags in Preorder Api

This commit is contained in:
Frank Schubert
2024-08-18 22:38:59 +02:00
parent 7531d700c0
commit 03a53bbbd2
5 changed files with 10 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ class PreorderStatusflagValue extends mfBaseModel {
"old_value" => property_exists($this->_old_data, "value") ? $this->_old_data->value : null,
"new_value" => $this->data->value
]);
$history->save();
$this->getProperty("preorder")->afterSave();
}