Hi guys,
I will try to explain the subject of this task.
I have an Item type with an ItemRelation list. On the related ItemType, I have defined a Theme selector (Radiobox list with the Swift_ThemeSelectorMini.cshtml template.
The template is using the AreaId property of the Model to determine the right place to read the themes from and the Style associated with it.
On the parent ItemType it works correctly and the Model is returning correctly the AreaId property. On the related ItemType, it does not return any AreaId property (empty or not) causing the load of a Swift_styles_0.min.css which, obviously, does not exist.
I believe this is a bug.
Thank you,
Adrian