backdrop-contrib / i18n

Collection of modules to extend Backdrop CMS multilingual capabilities
https://backdropcms.org/project/i18n
GNU General Public License v2.0
2 stars 5 forks source link

i18n_string: Views support for textgroups broken - move from core to i18n_string #60

Closed indigoxela closed 3 years ago

indigoxela commented 3 years ago

Here's an extra issue for views support.

This is the related core issue: https://github.com/backdrop/backdrop-issues/issues/4838

Background: textgroups per se have been ripped out of core, but there are several remainders. This should be fixed in both, core and i18n. Proposed solution: move everything re textgroups to i18n - the only module using them.

indigoxela commented 3 years ago

Todo: merge branch "textgroup-views" as soon as there's some progress in https://github.com/backdrop/backdrop-issues/issues/4838

The views handlers actually don't conflict, but a little more progress in the core cleanup issue would give more confidence.