We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67b8a6 commit de680e9Copy full SHA for de680e9
lib/web/mage/backend/tabs.js
@@ -239,6 +239,11 @@ define([
239
// Extension for mage.tabs - Ajax functionality for tabs
240
$.widget('mage.tabs', $.mage.tabs, {
241
options: {
242
+ /**
243
+ * Add form key to ajax call
244
+ * @param {Object} event - event object
245
+ * @param {Object} ui
246
+ */
247
beforeLoad: function( event, ui ) {
248
ui.ajaxSettings.type = 'POST';
249
ui.ajaxSettings.hasContent = true;
0 commit comments