flaithbheartaigh / dynamic-delivery-4-tridion

Automatically exported from code.google.com/p/dynamic-delivery-4-tridion
Other
0 stars 0 forks source link

List of fields must contain reference to schema #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order for SiteEdit to work with embedded fields, the field set must contain 
a reference to the embeddable schema. This is currently impossible, because the 
field set is just a SerializableDictionary of fields.

Solution:
- Rename SerializableDictionary to FieldSet
- Add reference to ISchema to the FieldSet

Original issue reported on code.google.com by quirijn....@gmail.com on 13 Sep 2011 at 7:51

GoogleCodeExporter commented 8 years ago
I changed the requirement: not the LIST of fields should have a reference to a 
schema, but the field itself. This reference is only set for embeddable fields.
Fixed as part of the baseline (see issue 2).

Original comment by quirijn....@gmail.com on 20 Sep 2011 at 4:42