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
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.
The text was updated successfully, but these errors were encountered:
While working on The
TaxonomyArchiveGenerator
for #315 I stumbled upon a half complete refactoring ofContentType
.It would appear that back in March 2018 I
ContentType
was refactored with the idea being that it would store references toSourceInterface
within its$items
property instead of theuid -> 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 relevantSourceInterface
s forgetSourceList
.Before closing this will need duplicating for Taxonomy.
The text was updated successfully, but these errors were encountered: