Problem/Motivation
After upgrade 10.3 the schema must exist, or else the filter settings form fails to submit.
| Comment | File | Size | Author |
|---|---|---|---|
| compat-10.3-missing-schema.patch | 1.25 KB | netsliver |
After upgrade 10.3 the schema must exist, or else the filter settings form fails to submit.
| Comment | File | Size | Author |
|---|---|---|---|
| compat-10.3-missing-schema.patch | 1.25 KB | netsliver |
Comments
Comment #2
mortona2k commentedThis issue is impacting a lot of modules that provide filter settings.
There is a change record about it: https://www.drupal.org/node/3419181
Linking to the core issue for this (https://www.drupal.org/project/drupal/issues/3401837)
Bumping this to major because the filter settings form can't be saved without this patch.
Patch looks good and fixed the issues for me.
Comment #3
joao.ramos.costa commented+1
Manage to tackle the same issue for https://www.drupal.org/project/onomasticon/issues/3251919 as multiple vocabularies save need a schema.
Comment #4
jeroentClosed #3474110: Errors '"onomasticon_XXXX" is not a supported key.' when add or update text format as a duplicate.
Comment #6
broonComment #8
broonThanks for providing and testing a patch.