Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add field validation handlers to ensure field validation when contents are created outside the UI #12978

Closed
MikeAlhayek opened this issue Dec 23, 2022 · 0 comments · Fixed by #12979
Milestone

Comments

@MikeAlhayek
Copy link
Member

Is your feature request related to a problem? Please describe.

Recently IContentFieldHandler interface was added which allow us to add field level handlers. The following fields should have handler to handle the validation of each field. The same validation rules we have in the driver should apply.

Describe the solution you'd like

Here is a list of the fields that need handler to validate them

  • ContentPickerField
  • DateField
  • DateTimeField
  • TimeField
  • LinkField
  • LocalizationSetContentPickerField
  • MultiTextField
  • TextField
  • UserPickerField
  • YoutubeField
  • GeoPointField
  • TaxonomyField
MikeAlhayek added a commit to MikeAlhayek/OrchardCore that referenced this issue Dec 23, 2022
sebastienros pushed a commit that referenced this issue Dec 29, 2022
@sebastienros sebastienros added this to the 1.x milestone Dec 29, 2022
@sebastienros sebastienros modified the milestones: 1.x, 1.6 Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants