MODExt Grid column editor tooltips are displayed even the config option editable is disabled #16507
Labels
bug
The issue in the code or project, which should be addressed.
10000
Bug report
Summary
In a grid, the icon pen is displayed even the config options editable is disabled.
It’s really unpleasant when for developing a CMP.
Step to reproduce
Still when disable the config options editable in a column.
Observed behavior
Easy to fix the "bug"
In the file "revolution/manager/assets/modext/widgets/core/modx.grid.js" line 475 and 1176
replace "if (c[i].editor) {"
by : "if (c[i].editor && c[i].editable) {"
Expected behavior
Environment
All
The text was updated successfully, but these errors were encountered: