- last update
about 1 year ago 56 pass - π΅π±Poland paweldxm
I had to change this replacement from boolean to string for the "multiple" variable. At this point, config_inspector no longer throws any error.
widgets.d1242488-7d4a-4c7a-b224-dbb86faf0b7a.settings.multiple Allow Multiple Files boolean Yes 1 variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData
I've added the corrected patch.
- Status changed to RTBC
about 1 year ago 9:02pm 26 September 2023 I ran into this same problem (my functional tests were failing locally after I added this feature to my custom entity browser). The patch in #3 fixes the issue for me.
- πΊπΈUnited States dave reid Nebraska USA
Dave Reid β made their first commit to this issueβs fork.
- πΊπΈUnited States dave reid Nebraska USA
I found a couple more things to fix and opened a MR. Working on validating and reviewing the changes.
- πΊπΈUnited States dave reid Nebraska USA
I had to change this replacement from boolean to string for the "multiple" variable.
FYI boolean is the correct type here. Once this is committed and you update, if you re-save the entity browser configuration it should fix itself from a string to the correct boolean type for that value.
-
Dave Reid β
committed 9fd899d2 on 8.x-2.x
Issue #3250751 by Dave Reid, Jaypan, paweldxm: Fix missing and invalid...
-
Dave Reid β
committed 9fd899d2 on 8.x-2.x
- Status changed to Fixed
12 months ago 6:52pm 11 December 2023 - πΊπΈUnited States dave reid Nebraska USA
Tested and confirmed this resolved all config schema errors.
Automatically closed - issue fixed for 2 weeks with no activity.