Skip to content

Commit

Permalink
Allow to save collection relationship
Browse files Browse the repository at this point in the history
Fixes #6025
  • Loading branch information
CarolineDenis committed Feb 12, 2025
1 parent 84081a0 commit c395143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function eventHandlerForToMany(related, field) {
switch (event) {
case 'saverequired': {
this.handleChanged();
this.trigger.apply(this, args);
if (field.name !== 'leftSideRels') {this.trigger.apply(this, args)}
break;
}
case 'change':
Expand Down

0 comments on commit c395143

Please sign in to comment.