Closed (fixed)
Project:
Glossify
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2024 at 13:01 UTC
Updated:
9 Aug 2024 at 15:29 UTC
Jump to comment: Most recent
The configuration schema for the Glossify module’s settings is not correctly registered
in the system for later versions of Drupal (ie, 10.3+) which now validates configuration schema.
This issue prevents proper validation and recognition of configuration settings leading to errors such as "missing schema" or "missing keys" during Drupal updates. This also prevents resaving any Text Format that uses Glossify.
Update the config schema file (glossify_taxonomy.schema.yml and glossify_node.schema.yml) as per https://www.drupal.org/node/3419181
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ewehbe commentedComment #4
ewehbe commentedComment #5
scott_euser commentedAccording to https://www.drupal.org/node/3419181 the type should be 'mapping' not 'filter' as well.
Comment #6
scott_euser commentedComment #7
scott_euser commentedOtherwise this looks good now, but I won't change to RTBC myself since I made a change here. If someone else could please do a final review. Thanks!
Comment #8
ewehbe commentedI have tested the changes, the module works as expected.
I will change the status to RTBC.
Comment #10
anybodyGreat work, thank you both!! Merging!
Comment #12
anybodyI'll tag a new release with this fix!