issues
search
Maslosoft
/
Mangan
MongoDB Object Persister/ODM
https://maslosoft.com/mangan/
Other
5
stars
0
forks
source link
Add test case for embedded class change from external source
#67
Closed
pmaselkowski
closed
8 years ago
pmaselkowski
commented
8 years ago
Scenario:
Class has free embedding field
Embedded class:
HtmlBlock
In JSON change this to:
ContactForm
Set this from
JsonArray
or
SafeArray
Save
Expected:
Embedded type should be
ContactForm
Current:
Embedded type is still
HtmlBlock
Scenario:
HtmlBlock
ContactForm
JsonArray
orSafeArray
ContactForm
Current: Embedded type is stillHtmlBlock