We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c66a08 commit 6a28ee0Copy full SHA for 6a28ee0
apps/Core/Views/Default/html/devtools/modules/select.html
@@ -266,7 +266,10 @@
266
if ('installed' in $(e.params.data.element).data() &&
267
$(e.params.data.element).data()['installed'] == 0
268
) {
269
- $('#{{componentId}}-{{sectionId}}-clone-module, #{{componentId}}-{{sectionId}}-remove-module').attr('disabled', true);
+ $('#{{componentId}}-{{sectionId}}-clone-module, ' +
270
+ '#{{componentId}}-{{sectionId}}-edit-module, ' +
271
+ '#{{componentId}}-{{sectionId}}-generate-new-release, ' +
272
+ '#{{componentId}}-{{sectionId}}-commit-bundle-json').attr('disabled', true);
273
}
274
});
275
0 commit comments