morawcik
Relation manager many to many at resource create
Thanks again - it works like a charm.
Each item has a few fields like name, is_enabled, price etc
I added for each item a label (
->itemLabel(fn (array $state): ?string => $state['name'] ?? null)
but i'm curious if is possible to use a toggle for is_enabled
in label (it would looks like "(toggle) name") and toggle it on/off would show/hide content (instead of default collapse function)7 replies
2 levels of tenancy (nested tenancy)
I guess I'll just create first store default with creating company (or I would say create company during creating first tenant/store) and the company resources will available insinde each store (if user has permission for that)
4 replies