Patch coming. Spun off from #1901456: META: Config syncing does not work reliably.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | config-1901988-1-FAIL.patch | 9.71 KB | tim.plunkett |
| #1 | config-1901988-1-PASS.patch | 11.62 KB | tim.plunkett |
Patch coming. Spun off from #1901456: META: Config syncing does not work reliably.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | config-1901988-1-FAIL.patch | 9.71 KB | tim.plunkett |
| #1 | config-1901988-1-PASS.patch | 11.62 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettThis includes the patch from #1889854: Config import breaks on protected entity properties, I'll reroll once that's in.
Since this directly affects all blocks, not just creatively named other entities, bumping to major.
Comment #2
sunWell, hrm.
A central problem space here is that you're making the assumption that everything after the config prefix belongs to the ID.
So far, I never wanted to make that assumption — because it will inherently prevent us from horizontally extending config entity objects; i.e., like this:
Comment #3
sunIn essence, this issue + patch duplicates #1831774: Config import assumes that 'config_prefix' contains one dot only
Let's not duplicate that discussion.
Comment #4
tim.plunkettI think #2 is a waste, and I can't even comprehend how you propose to make that work.