Maslosoft / Mangan

MongoDB Object Persister/ODM
https://maslosoft.com/mangan/
Other
5 stars 0 forks source link

I18N allowAny and allowDefault should not exlude eachother #81

Closed pmaselkowski closed 6 years ago

pmaselkowski commented 6 years ago

Then both allowDefault and allowAny values are present: In I18N Decorator it should:

  1. First get default language value
  2. Get any language value
  3. When default language value is empty and any language value is not empty, set any language value
pmaselkowski commented 6 years ago

Also annotation default values should be configurable

pmaselkowski commented 6 years ago

c836a70