BoltTranslate / Translate

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

Fixes #128 #150

Closed lenvanessen closed 6 years ago

lenvanessen commented 6 years ago

Fixes #128 When you add fields to the ContentType, after initially creating them, they don’t exist in the old dataset, until you open the entry and save it. This means translate was trying to grab an array index that isn't actually there, resulting in a undefined index error.

SvanteRichter commented 6 years ago

LGTM, and it was already in master for a while ;)