- Issue created by @heddn
- Open on Drupal.org βCore: 9.5.5 + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Not currently mergeable. - last update
about 1 year ago 5 pass - Status changed to Needs review
about 1 year ago 7:05pm 11 January 2024 - Status changed to RTBC
about 1 year ago 5:44pm 22 February 2024 - π΅πͺPeru marvil07
I have verified that the changes on the MR solves the errors as reported by config_inspector β .
On 6.1.1 git tag.
$ drush config:inspect --filter-keys=gathercontent.settings,gathercontent.import β π€ Analyzingβ¦ Legend for Data: β β β Correct primitive type, detailed validation impossible. β β β Correct primitive type, passed all validation constraints. ------------------------ ---------- ------------- ------ Key Status Validatable Data ------------------------ ---------- ------------- ------ gathercontent.import 2 errors gathercontent.settings 2 errors ------------------------ ---------- ------------- ------
On the `3414140-config-schema-fixes` branch on the MR.
$ drush config:inspect --filter-keys=gathercontent.settings,gathercontent.import β π€ Analyzingβ¦ Legend for Data: β β β Correct primitive type, detailed validation impossible. β β β Correct primitive type, passed all validation constraints. ------------------------ --------- ------------- ------ Key Status Validatable Data ------------------------ --------- ------------- ------ gathercontent.import Correct 60% β β gathercontent.settings Correct 50% β β ------------------------ --------- ------------- ------
Marking as RTBC π