NolanN
Sub Navigation in ListView for Custom Page
Unfortunately that isn't the ideal situation in my case. I've used clusters some but I have a resource with several
ManageRelatedRecords
pages. I was hoping to just add a single page to the sub nav or, even more ideal, add a cluster into it but it doesn't look like that can be done. I know that I could rework my existing resource to a cluster but that simply isn't worth the effort at this point4 replies
Can I show records from 2 relationship in one relation manager?
I thought about just adding another relation manager and grouping them but the
Source::definition()
relationship is a belongsTo
so trying to access the fields with a hasManyThrough
is not working5 replies
Relating form tabs to specific model instances
I've got this close to working but I feel like there must be a better approach. I could just use a select instead of tabs but it isn't the UX I'd like to have. I'm curious what other ideas are out there
4 replies
Database notifications not showing in panel
I had been thinking that it would be good to avoid sending a notification to each member of the team but I suppose that I would still need to have notifications on the user level in case they are creating exports or something similar
12 replies
Database notifications not showing in panel
I'm thinking this could be a good PR for me to work on. I haven't tried to contribute before so I'm just curious if I could get some input on whether y'all think this would be a helpful addition for the framework before I work on it. I'm thinking users would get access to something like
->setNotifiableModel()
or ->getNotifiableUsing()
.12 replies