Needs review
Project:
Orejime
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2026 at 08:16 UTC
Updated:
19 Feb 2026 at 08:27 UTC
Jump to comment: Most recent
A few months ago, I opened two issues related to missing elements in the schema: #3541992 and #3551393. These issues have been fixed in the 3.x branch of the module, but not in the 2.x branch.
On another project, I am now encountering the same schema validation errors with the following setup:
This indicates that the schema problems still exist in the 2.x version of the module.
Apply the same schema fixes that were introduced in the 3.x branch to the 2.x branch of the module, so that users who rely on the 2.x version can benefit from the same corrections.
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
johnatas commentedI cherry-picked the two related commits and opened a merge request against the 2.0.x branch.