sven
Only allow to edit one record in my resource
I was hoping to profit from some of the work that EditRecord is already doing for me. But maybe I am overestimating what it does?
- Adds the form
- Handles save-confirmation
- Rollbacks in case of exceptions
Does that sound right?
5 replies
Autocomplete with custom values?
ah, true! That could also be a way. Then I'd still need to cast that array to a string though.
The reason I was asking in the first place was, that I felt I am just blind as this looked like a common requirement, but maybe this is worth writing a plugin
11 replies
Can I use the tenant switcher without tenants?
You mean to rebuild the tenant-UI myself?
In the meantime I found I can set
Resource::scopeToTenant(false);
and that works fine for using the app and showing the switcher. Then the only missing piece would be to fire a custom hook after clicking on a tenant4 replies
Option to place introductionary help text on top of ressources?
Thanks @toeknee !
I ended up doing it like this:
Still seems a bit special for something I would expect many are doing on their own. The standard way for feature-requests is github communities, right?
11 replies