[MokoJoomMembership] [FEATURE] Admin list and form models for all entities #60
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
No admin Models exist. Both ListModel and FormModel are needed for each admin view.
Required Models
PlansModelPlanModelSubscriptionsModelSubscriptionModelPaymentsModelPaymentModelCouponsModelCouponModelInvoicesModelInvoiceModelEmailsModelEmailModelLocation
admin/src/Model/ListModels must
ListModelgetListQuery()with proper joinspopulateState()for search/filter/sortFormModels must
AdminModelorFormModelgetForm()referencing XML form definitionsprepareTable()for defaultsDepends On
Built: Admin list/form models already exist — 8 models with populateState and getListQuery.