Skip to content

Commit

Permalink
BB-19681: Reuse bootstrap modal for product gallery (#32360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyYustunyk authored Apr 15, 2022
1 parent e0f7ccf commit 7f246bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oro/Bundle/UIBundle/Resources/public/js/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ define(function(require, exports, module) {

// Create it
this.$el.modal(_.extend({
keyboard: this.options.allowCancel,
keyboard: this.options.keyboard !== void 0 ? this.options.keyboard : true,
backdrop: this.options.allowCancel ? true : 'static'
}, this.options.modalOptions));

Expand Down

0 comments on commit 7f246bc

Please sign in to comment.