You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a module to allow users to fetch data from external calendar sources (anything that supports iCal) and bring the Events into this system. It would be great if I could add the management of those ExternalCalendar sources to the existing CalendarAdmin (rather than creating a whole other ModelAdmin entry), but CalendarAdmin only pulls in PublicCalendar and PublicEvents, and my module subclasses from Calendar and Event directly.
It would be great if we could add a hook in the CalendarAdmin::getManagedModels() function to allow modules like mine to extend the administrative interface to cover new functionality without fragmenting across multiple ModelAdmin screens.
I'm happy to write up a pull request for this if this seems like a worthwhile enhancement.
The text was updated successfully, but these errors were encountered:
I'm working on a module to allow users to fetch data from external calendar sources (anything that supports iCal) and bring the Events into this system. It would be great if I could add the management of those ExternalCalendar sources to the existing CalendarAdmin (rather than creating a whole other ModelAdmin entry), but CalendarAdmin only pulls in PublicCalendar and PublicEvents, and my module subclasses from Calendar and Event directly.
It would be great if we could add a hook in the CalendarAdmin::getManagedModels() function to allow modules like mine to extend the administrative interface to cover new functionality without fragmenting across multiple ModelAdmin screens.
I'm happy to write up a pull request for this if this seems like a worthwhile enhancement.
The text was updated successfully, but these errors were encountered: