Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
Keeping work in progress up to date with current dev branch
  • Loading branch information
smg6511 committed Sep 6, 2024
1 parent e548b58 commit 004fffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manager/assets/modext/widgets/source/modx.panel.sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ MODx.grid.Sources = function(config = {}) {
const removableSources = this.getRemovableItemsFromSelection('int'),
menuOptRemove = btn.menu.getComponent('modx-bulk-menu-opt-remove')
;
// console.log('removableSources: ',removableSources);
// console.log('removableSources empty? ',Ext.isEmpty(removableSources));
// console.log('menuOptRemove: ',menuOptRemove);
if (removableSources.length === 0) {
menuOptRemove.disable();
} else {
Expand Down

0 comments on commit 004fffa

Please sign in to comment.