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 174478b commit b52e610Copy full SHA for b52e610
system/application/views/widgets/edit/jquery.content_selector_bootstrap.js
@@ -1001,7 +1001,7 @@ isMac = navigator.userAgent.indexOf('Mac OS X') != -1;
1001
var data = { type: "summary", attrs: {} };
1002
data.isEdit = $(this).data('isEdit');
1003
data.attrs["data-widget"] = data.type;
1004
- data.attrs["data-nodes"] = $('#bootbox-content-selector-content .summary_multi_selection').serialize_nodes();
+ data.attrs["data-nodes"] = $('#bootbox-content-selector-content .summary_multi_selection').data('node_selection_dialogue').serialize_nodes();
1005
if (data.attrs["data-nodes"] == '') {
1006
alert("Please select at least one item for your summary widget.");
1007
return false;
0 commit comments