Api: Fix multiple action confirmation

This commit is contained in:
nathangray 2020-07-14 14:19:53 -06:00
parent 5a72efe7f7
commit 3dd30b1ee1

View File

@ -651,7 +651,7 @@ egwAction.prototype._check_confirm_mass_selections = function(_senders, _target)
check.set_checked(_button === et2_dialog.NO_BUTTON);
if(_button !== et2_dialog.CANCEL_BUTTON)
{
self._check_confirm(self, _senders, _target);
self._check_confirm(_senders, _target);
}
};
et2_dialog.show_dialog(callback, msg, self.data.hint, {}, et2_dialog.BUTTONS_YES_NO_CANCEL, et2_dialog.QUESTION_MESSAGE);