- Issue created by @nicxvan
- πΊπΈUnited States nicxvan
Quick glance on how it's used: https://git.drupalcode.org/search?search=country.default&nav_source=navb...
10.3 introduces some validation
π
Add validation constraints to system.date
Fixed
so it may no longer be an empty string it is now NULL if it is not set.
10.3 also removes it from the site configuration form so it is more likely to be NULL on new sites
π
Remove country setting from the installer
Fixed
This should only affect new sites installing this module created after 10.3.
Run tests on a fresh install of 10.3
Remove dependency on setting like the 2.x branch does.
Active
2.0
Code
Quick glance on how it's used: https://git.drupalcode.org/search?search=country.default&nav_source=navb...