Problem/Motivation
I found a missed key in config schema.
MR incoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | ui_patterns-3501914-11.patch | 2.26 KB | grimreaper |
| #4 | Capture d’écran du 2025-01-24 10-55-58.png | 113.94 KB | grimreaper |
Issue fork ui_patterns-3501914
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 #3
grimreaperMaybe not finished, as I am fixing config schema on my website and Sobki now that it is merged in UIP2.
Comment #4
grimreaperI also have the following miss, see attached screenshot, with the following yaml:
core.entity_view_display.node.article.search_result.yml
I have 3 other config in this case.
Comment #5
grimreaperComment #6
grimreaperSeems that:
ui_patterns_source.[%parent.source_id] should be evaluated to ui_patterns_source.entity_field but it is not.
So it does not detect properly that: ui_patterns_source.entity_field is ignored.
Comment #7
grimreaperOk, I misread the config tree.
What is missing is ui_patterns_source.entity_reference
Comment #8
grimreaperComment #9
grimreaperNow I will update Sobki MR, maybe I will find other stuff.
Comment #10
grimreaperNo other problem found with Sobki.
Comment #11
grimreaperPatch for Composer.
Comment #12
christian.wiedemann commentedthanks! we can merge it.
Comment #14
pdureau commentedComment #15
pdureau commented