Skip to content

MODExt Grid column editor tooltips are displayed even the config option editable is disabled #16507

Open
@revocarne

Description

@revocarne

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThe issue in the code or project, which should be addressed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions