Follow-up to #2293419: Add config schema test to all configuration test in migration, fix bugs

Problem/Motivation

#2293419: Add config schema test to all configuration test in migration, fix bugs found that the migration system coverts the variable field_language_fallback to config in D8 however D8 doesn't have this variable by default.

Proposed resolution

Add to proper place or remove it if not necessary from migration

Remaining tasks

Patch.

User interface changes

N/A

API changes

N/A

Comments

Gábor Hojtsy’s picture

Issue tags: -sprint

With one month of no activity, definitely not on the sprint.

benjy’s picture

@Gabor, I left you a tell about this a few weeks back. I can't even find any usages of field_language_fallback so unless you know better, can we just remove it?

Gábor Hojtsy’s picture

Yeah I left a tell to @plach then in return. The field fallback system is totally not in place in Drupal 8 however there is an entity language negotiation system which does have fallback system. I honestly don't know if there is anything that can be migrated from one to the other. Probably not, but I'm not confident enough about that to close this as won't fix.

Pinged it again to @plach :)

plach’s picture

The language fallback in the entity language negotiation system is not optional, so I think there's nothing to migrate.

benjy’s picture

Status: Active » Closed (won't fix)

Great.