Skip to content

Commit

Permalink
Admin panel - Minor fix Product attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Sep 26, 2021
1 parent ac7de07 commit a06f6ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
}
});
},
},
pageable: {
refresh: true,
numeric: false,
Expand Down Expand Up @@ -209,6 +209,7 @@
serverFiltering: true,
serverSorting: true
},
dataBound: function () {
$('.btnProductAttributeValueEditPopup').magnificPopup({
type: 'ajax',
Expand Down Expand Up @@ -285,7 +286,6 @@
grid.dataSource.read();
//return false to don't reload a page
return false;
});
$('#btnRefreshProductAttributes').click();
});
});
</script>

0 comments on commit a06f6ba

Please sign in to comment.