- Issue created by @apmsooner
- Merge request !53432473: Replace getSchema() with getPropertyDefinitions(). β (Open) created by apmsooner
- last update
over 1 year ago 198 pass - Status changed to Needs review
over 1 year ago 6:27pm 20 March 2024 - πΊπΈUnited States apmsooner
Merge request that replaces getSchema() with getPropertyDefinitions(). This fix now allows validation rules against url aliases :)
- πΊπΈUnited States apmsooner
Here's a patch file if anyone wants to test out.
- last update
over 1 year ago 198 pass - πΊπΈUnited States apmsooner
Bumping this to major as some fields cannot even be configured as the column field is based on schema declaration. The core path field for example has empty schema: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/path/....
The patch will fetch non-computed properties instead which allows us to add validations to the Url Alias form field. This is useful with regex patterns to restrict user entered paths.
- π¨π³China g089h515r806
The patch looks good, I try to merge it, but failed.