Admin menu: use COM_..._SHORT short-name constant (one-word naming pass) #13

Closed
opened 2026-07-06 02:58:23 +00:00 by jmiller · 1 comment
Owner

Part of the org-wide MokoSuite component naming/consistency pass.

Current: the top-level Administrator → Components menu item uses the full constant COM_MOKOSUITEREALTY (no short form).

Required (match MokoSuiteHQ / MokoSuiteClient):

  1. Set the manifest's top-level <administration><menu> to COM_<ELEMENT>_SHORT.
  2. Define COM_<ELEMENT>_SHORT="Realty" in the component's .sys.ini.

Suggested short value: "Realty".

Part of the org-wide MokoSuite component naming/consistency pass. **Current:** the top-level Administrator → Components menu item uses the full constant `COM_MOKOSUITEREALTY` (no short form). **Required (match MokoSuiteHQ / MokoSuiteClient):** 1. Set the manifest's top-level `<administration><menu>` to `COM_<ELEMENT>_SHORT`. 2. Define `COM_<ELEMENT>_SHORT="Realty"` in the component's **`.sys.ini`**. Suggested short value: **"Realty"**.
Author
Owner

PR opened to resolve this: #16#16

Created the missing admin com_mokosuiterealty.sys.ini with COM_MOKOSUITEREALTY_SHORT="Realty" (plus COM_MOKOSUITEREALTY and _XML_DESCRIPTION), pointed the manifest <menu> at COM_MOKOSUITEREALTY_SHORT, and wired a <languages folder="admin/language"> block so the new sys.ini loads. Targets dev; not merged.

https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R

PR opened to resolve this: **#16** — https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteRealty/pulls/16 Created the missing admin `com_mokosuiterealty.sys.ini` with `COM_MOKOSUITEREALTY_SHORT="Realty"` (plus `COM_MOKOSUITEREALTY` and `_XML_DESCRIPTION`), pointed the manifest `<menu>` at `COM_MOKOSUITEREALTY_SHORT`, and wired a `<languages folder="admin/language">` block so the new sys.ini loads. Targets `dev`; not merged. https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteRealty#13