feat: Implement admin ListModel and AdminModel classes for all entities #32
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?
Summary
The admin component has 9 Views but only 1 Model (FieldDashboardModel) which is empty. No ListModel or AdminModel classes exist for any entity, so none of the admin list views or edit forms will actually work.
Requirements
Each entity needs a pair of models following Joomla's ListModel/AdminModel pattern:
#__mokosuitefield_work_orderswith status/priority/technician/category filtersTechnical Notes
$this->getDatabase()(Joomla 6 pattern, notFactory::getDbo())Joomla\CMS\MVC\Model\ListModel/Joomla\CMS\MVC\Model\AdminModelforms/XML fileMoko\Component\MokoSuiteField\Administrator\ModelBranch created:
feature/32-feat-implement-admin-listmodel-and-admin