Skip to content

Commit

Permalink
id mit speichern bei dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Jan 5, 2024
1 parent dfee9a7 commit d6b7c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/manager/lib/yform/manager/dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ public function save(): bool
$columns = $table->getColumns();
foreach ($this->data as $key => $value) {
if ('id' === $key) {
$yform->objparams['value_pool']['sql'][$key] = $value;
continue;
}
if (isset($fields[$key])) {
Expand Down

0 comments on commit d6b7c20

Please sign in to comment.