Problem/Motivation
There is no config schema defined for the views field tfa_enabled_field. Therefore, errors appear when using config_inspector and configuring a node with this field.
Steps to reproduce
Install config_inspector, and use the tfa_enabled_field field.
Proposed resolution
Define config schema for views.field.tfa_enabled_field.
Remaining tasks
Create MR.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 10.diff | 468 bytes | jcnventura |
Issue fork tfa-3280911
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
bartlangelaanPlease see MR !10.
Comment #4
tvoesenek commentedTested the changes from MR !10, this now works correctly
Comment #5
tvoesenek commentedComment #6
jcnventuraUploading current version of the MR so that I can use it in composer patches.
Comment #7
bartlangelaanRE #6
If a MR contains just one commit, you can use that commit as a patch. In this case, the URL is: https://git.drupalcode.org/project/tfa/-/commit/3023e61fcfa303f21f143ed8...
Because it contains the commit sha, it will keep working, even if the MR changes.
Comment #9
jcnventuraComment #10
jcnventura