- Issue created by @larowlan
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
Tagging this issue as novice, we already have test coverage so all that really needs to change is in the config schemas for these changes.
- First commit to issue fork.
- Merge request !12599Issue #3533084: Replace Range constraint with PositiveOrZero for SMTP option fields → (Open) created by Unnamed author
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
This is missing instances in:
- core/modules/search/config/schema/search.schema.yml
- user.flood in core/modules/user/config/schema/user.schema.yml
- core/modules/dblog/config/schema/dblog.schema.yml
- core/modules/navigation/config/schema/navigation.schema.yml
- core/modules/announcements_feed/config/schema/announcements_feed.schema.yml
- core/modules/automated_cron/config/schema/automated_cron.schema.yml
- core/modules/system/tests/modules/icon_test/config/schema/icon_test.schema.yml
I used a very inaccurate grep to find these:
rg --multiline --multiline-dotall 'Range:(.*)min: 0'
, but I manually checked these and those should be fixed as well. Please make sure to check all schema files. - 🇮🇳India ajinkya45 Pune
Thanks for the detailed list! I've gone through all the .schema.yml files and updated the `Range(min: 0)` instances to PositiveOrZero wherever applicable. Let me know if I missed anything!