-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
While working on The TaxonomyArchiveGenerator for #315 I stumbled upon a half complete refactoring of ContentType.
It would appear that back in March 2018 I ContentType was refactored with the idea being that it would store references to SourceInterface within its $items property instead of the uid -> timestamp format that had been used in version one of Tapestry.
This was done so that the Project container wouldn't need to be handed around so much with the content type being able to hand back the relevant SourceInterfaces for getSourceList.
Before closing this will need duplicating for Taxonomy.
Reactions are currently unavailable