Skip to content

Commit

Permalink
be_relation: popup schliesst das fenster nun richtig / multiple / sin…
Browse files Browse the repository at this point in the history
…gle fixed #410
  • Loading branch information
dergel committed Sep 4, 2018
1 parent cd738b0 commit 6b6ca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/assets/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function yform_manager_setData(id, data_id, data_name, multiple){

var event = opener.jQuery.Event("rex:YForm_selectData");
opener.jQuery(window).trigger(event, [data_id, data_name, multiple]);
if (!event.isDefaultPrevented()) {
if (event.isDefaultPrevented()) {
self.close();
}

Expand Down

0 comments on commit 6b6ca05

Please sign in to comment.