emberfeather / algid-mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attributes With Complex Default Values Should Be Extended

Zoramite opened this issue · comments

When reading the values from the DB not all of the values may be there. In order to make the coding simpler it should extend the value off the defaults for the attribute so that it will not lose struct keys.

Fixed the model to extend the default values of struct based attributes.

Closed by f4e0ad3