CodersCare / l10nmgr

GNU General Public License v3.0
0 stars 9 forks source link

Respect CType specific overrides for TCA config #15

Closed kauz56 closed 1 year ago

kauz56 commented 1 year ago

I have a few general purpose columns, that are shared between CTypes. The implementation differs between them, and is setup via overrides for the specific CType.

l10nmgr doesn't seem to respect column overrides for CTypes, resulting in these general purpose columns not being detected for export (if they don't have a default configuration).

This pull request adds the handling of CType specific overrides.