Skip to content

Commit

Permalink
Fixed issue agentejo#1485
Browse files Browse the repository at this point in the history
I fixed the issue agentejo#1485.
It appears to be working as expected in my environment.
  • Loading branch information
nibushibu authored Apr 2, 2022
1 parent 494765e commit d44b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Collections/views/entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@

App.ui.notify("Saving successful", "success");

_.extend($this.entry, entry);
_.extend(entry, $this.entry);

$this.fields.forEach(function(field){

Expand Down

0 comments on commit d44b9d2

Please sign in to comment.