Problem/Motivation
I need to perform some Functional test Exception is raised: "No schema for ace_editor.settings".
Faced issues with Recipes and
simpleConfigUpdateaction.
#3472383: Fix Varbase Editor Default Recipe to Import/Update Configs and Follow Schema with Configuration Inspectordoing something like the following in a recipe will not work
config: actions: ace_editor.settings: simpleConfigUpdate: theme: idle_fingers syntax: html height: auto width: '700px' font_size: '9pt' show_invisibles: false
Proposed resolution
- Follow with #3401837: Add basic validation to config schema definitions
- Fix missing install/schema filters
Remaining tasks
- ✅ File an issue
- ✅ Addition/Change/Update/Fix
- ✅ Testing to ensure no regression
- ➖ Automated unit testing coverage
- ➖ Automated functional testing coverage
- ➖ UX/UI designer responsibilities
- ➖ Readability
- ➖ Accessibility
- ➖ Performance
- ➖ Security
- ➖ Documentation
- ✅ Code review by maintainers
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Release notes snippet
- ✅ Release ace_editor-2.0.1
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- Issue #2941227: Fixed missing install/schema to support configs with Recipes actions and pass Config Inspector validation
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | ace_editor-3455758-8--interdiff.patch | 1.1 KB | mortona2k |
| #8 | ace_editor-2941227-8.patch | 1.34 KB | lamp5 |
Issue fork ace_editor-2941227
Show commands
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 #2
ioana apetri commentedStart to work on this issue.
Comment #3
ioana apetri commentedHere is the schema needed. Please review.
Comment #4
AndreaMaggi commentedI've been busy with some other works. Now that I'm going to switch back to Drupal I will try your path and I will report to you. Thanks for now.
Comment #5
interdruper commentedPatch has errors in labels and it does not pass Config Inspector module checks.
Comment #6
lamp5Comment #7
lamp5Comment #8
lamp5Updated structure.
Comment #9
rajab natshahNeeds an updated issue fork and MR for the
2.0.xbranch.Important issue to pass with config inspector
Comment #12
mortona2k commentedI fiddled with it until the errors went away.
Ended up flattening the schema a bit to make it work.
Comment #13
steveoriolthe patch does not apply to the latest versions of the module"ace_editor-3455758-8--interdiff.patch" is not a patch...
but, https://git.drupalcode.org/project/ace_editor/-/merge_requests/13.diff can be ues as patch ;-)
Comment #14
rajab natshahFaced issues with Recipes and
simpleConfigUpdateaction.#3472383: Fix Varbase Editor Default Recipe to Import/Update Configs and Follow Schema with Configuration Inspector
doing something like the following in a recipe will not work
Comment #15
rajab natshahComment #17
rajab natshahComment #18
rajab natshahComment #20
rajab natshahComment #21
rajab natshahComment #22
rajab natshah✅ Released ace_editor-2.0.1