Cannot Refresh Calendar from Relation Manager #58
-
I have the calendar loading into an EventsResource that also loads a Days Relation Manager, calendar is in a tab:
and then the Days RM in another tab:
I want the calendar to refresh when the user adds/edit days and various assignments, but I cannot manage to get that to happen. I dispatch the event from the RM actions:
and I can get the EventsResource to catch the notice via a Listener or Livewire/On function, but the calendar never responds. Best I've managed to do is make the calendar disappear from the form. Am I trying to do something that isn't possible? I'm thinking I might need to trigger a refresh of the entire Resource, maybe that's the only way?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Figured it out:
|
Beta Was this translation helpful? Give feedback.
Figured it out: