feat: Add Table classes and CRUD controllers for all admin entities #34
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 no Table classes and only a generic DisplayController. Without Table classes, Joomla's AdminModel cannot save/delete records. Without entity-specific controllers, form submissions and batch operations won't work.
Requirements
Table Classes (
admin/src/Table/)#__mokosuitefield_work_orders, auto-generatework_order_refon save#__mokosuitefield_equipment#__mokosuitefield_equipment_history#__mokosuitefield_technicians#__mokosuitefield_parts#__mokosuitefield_truck_inventory#__mokosuitefield_work_order_parts#__mokosuitefield_checklists#__mokosuitefield_pm_agreements, auto-generateagreement_ref#__mokosuitefield_dispatchesControllers (
admin/src/Controller/)Technical Notes
Joomla\CMS\Table\TableJoomla\CMS\MVC\Controller\FormController(single) andJoomla\CMS\MVC\Controller\AdminController(list)Moko\Component\MokoSuiteField\Administrator\Table/...ControllerBranch created:
feature/34-feat-add-table-classes-and-crud-controll