Admin menu: use COM_..._SHORT short-name constant (one-word naming pass) #44
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 uses the full constant
COM_MOKOSUITEFIELD(no short form).Required (match MokoSuiteHQ / MokoSuiteClient):
<administration><menu>toCOM_<ELEMENT>_SHORT.COM_<ELEMENT>_SHORT="Field"in the component's.sys.ini.Suggested short value: "Field".
Branch created:
feature/44-admin-menu-use-com-short-short-name-consAddressed in PR #47 (
fix/short-menu-constant→dev).COM_MOKOSUITEFIELD_SHORT="Field"tosource/components/com_mokosuitefield/language/en-GB/com_mokosuitefield.sys.ini.<administration><menu>atCOM_MOKOSUITEFIELD_SHORTinsource/packages/com_mokosuitefield/mokosuitefield.xml.PR: #47