From 004fffa34146c62c6f0427c209d801343d2fa700 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Tue, 7 May 2024 01:08:40 -0400 Subject: [PATCH] Resolve conflicts Keeping work in progress up to date with current dev branch --- manager/assets/modext/widgets/source/modx.panel.sources.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manager/assets/modext/widgets/source/modx.panel.sources.js b/manager/assets/modext/widgets/source/modx.panel.sources.js index 73315aa7fb8..535c746ad5f 100644 --- a/manager/assets/modext/widgets/source/modx.panel.sources.js +++ b/manager/assets/modext/widgets/source/modx.panel.sources.js @@ -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 {