Missing KEY in Event mod
UNA 13.1. - hosted by UNA
There is a missing key in Events module. Could anyone provide me the right TEXT for this key please? So I can add it in Poly?
_bx_groups_grid_column_title_adm_active
-
-
- · Peter
- ·
Danke Thomlin :)
-
- · Jerome Mingo
- ·
You can also fix it with the proper language key by running the below query in your database:
UPDATE `sys_grid_fields` SET `title`='_bx_events_grid_column_title_adm_active' WHERE `object`='bx_events_common' AND `name`='switcher';
-
- · Peter
- ·
Thx Jerome :)