Validate hash using entity constraint instead of form validation

Created on 21 May 2025, 19 days ago

Problem/Motivation

Ideally, preventing duplicate redirects based on their hashes should be done using validation constraints, instead of form validation. This has two benefits.

  • Prevention will apply in other means of entity creation e.g. via APIs, imports via integrations of CSV files etc.
  • Customization is easier by applications by extending or overriding the validator.

Proposed resolution

Move validation to a constraint plugin.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇵🇪Peru krystalcode

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024