Admin menu: use COM_..._SHORT short-name constant (one-word naming pass) #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of the org-wide MokoSuite component naming/consistency pass.
Current: the top-level Administrator → Components menu item is a hardcoded literal
MokoSuite NPO.Required (match MokoSuiteHQ / MokoSuiteClient):
<administration><menu>withCOM_<ELEMENT>_SHORT.COM_<ELEMENT>_SHORT="NPO"in the component's.sys.ini.Suggested short value: "NPO".
Branch created:
feature/37-admin-menu-use-com-short-short-name-consOpened PR #41 to resolve this: #41
Adds the
COM_MOKOSUITENPO_SHORT="NPO"short-name constant, points the admin<menu>at it (was hardcoded literalMokoSuite NPO), and wires the adminen-GBlanguage so the constant resolves. This supersedes #39 (the_SHORT_NAMEduplicate) by using the_SHORTnaming that matches sibling components (COM_MOKOSUITEHQ_SHORT).