Open
Description
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