No single-tag create/edit admin UI (orphaned TagModel/TagTable/tag.xml) #98
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?
Problem (BLOCKING)
The admin component can list OG tag records but provides no way to manually create or edit a single record. The edit MVC stack is half-built:
forms/tag.xml,src/Model/TagModel.php(AdminModel),src/Table/TagTable.phpsrc/Controller/TagController(FormController),src/View/Tag/HtmlView.php,tmpl/tag/edit.phpConfirmed on disk:
src/Controller/has onlyBatch,Display,ImportExport,Tags(plural);src/View/has onlyTags;tmpl/has onlytags. The list template (tmpl/tags/default.php:88) rendersog_titleas plain text — no edit link. Sotag.xml/TagModelare unreachable from the UI.Fix
Controller/TagController extends FormControllerView/Tag/HtmlView+tmpl/tag/edit.phptag.xmlcurrently usesPLG_CONTENT_MOKOOG_*keys not loaded in component context)Severity
Release blocker for a "manage OG tags" admin component — core CRUD is read-only.
Branch created:
feature/98-no-single-tag-create-edit-admin-ui-orpha