CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Entity reference field improvements #210

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

Plus bugfix on entity edit where field save overrides were skipped.

Entity reference fields are now stored as {"entityType":"type", "eid":"eid"} so they can be used in a template (for example in entity fetch embeds).