Skip to content

Commit d44b9d2

Browse files
authored
Fixed issue agentejo#1485
I fixed the issue agentejo#1485. It appears to be working as expected in my environment.
1 parent 494765e commit d44b9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Collections/views/entry.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336

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

339-
_.extend($this.entry, entry);
339+
_.extend(entry, $this.entry);
340340

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

0 commit comments

Comments
 (0)