BoltTranslate / Translate

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

avoid member state being set on repeater field #217

Closed ridho-laksono-lamudi closed 2 years ago

ridho-laksono-lamudi commented 2 years ago

issue: when looping through repeater field in a multirows page, the member variable localeValues is set to the first row. if no further translation being set, it will always use that first row in the subsequent field.

fix: By avoiding local member variable we can remove "code smell". the method in this class can be stateless as it's used in functional way.

Fixes: #216