Skip to content
Snippets Groups Projects

Fixes #10177: Fill STORE_RECORD directly after form INSERT/UPDATE - '{{id:R}}'...

Merged Carsten Rose requested to merge F9517TagInput into develop
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -550,9 +550,6 @@ class QuickFormQuery {
$rc = $save->process();
// Reload fresh saved record and fill STORE_RECORD with it.
$this->store->fillStoreWithRecord($this->formSpec[F_TABLE_NAME], $rc, $this->dbArray[$this->dbIndexData], $this->formSpec[F_PRIMARY_KEY]);
$save->processAllUploads($rc);
// Action: After*, Sendmail
Loading