BoltTranslate / Translate

Provides translation for contenttypes.
Other
43 stars 37 forks source link

[WIP] Prevent Hydratation of empty repeater fields #148

Closed jimi75 closed 7 years ago

jimi75 commented 7 years ago

This commit fix a bug caused by an empty repeater field saved in default language, after that if you try to save the entry in other language than default cause exception Warning: Invalid argument supplied for foreach() because there is no fields to iterate.

Fixes: #147

lenvanessen commented 7 years ago

Hi @jimi75,

If I recall correct, we fixed this just a little while ago in this PR: https://github.com/BoltTranslate/Translate/pull/138

Could you check it that is working for you?

jimi75 commented 7 years ago

Hello @lenvanessen

Yeap! You are right with #138 its all working correctly.

Thanks and.... Closing!