Merge branch 'fronkdev' into 'master'

OAIDs can be released now

See merge request fronk/thetool!1348
This commit is contained in:
Frank Schubert
2025-05-16 12:54:50 +00:00
8 changed files with 95 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ class Address extends mfBaseModel {
private $creator;
private $editor;
public function afterSave() {
public function afterSave($_params = []) {
// prevent potential infinite loop
if($this->in_after_save) return true;
$this->in_after_save++;