Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: update messaging form validation (#113)
Browse files Browse the repository at this point in the history
* feat: Use custom messages for messaging when defined

* chore: Use annotations to configure validation messages

* Add messages with priority

* fix: Change limit behaviour according to GDS

---------

Co-authored-by: Saul Wilcox <[email protected]>
Co-authored-by: JoshuaLicense <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent 6f15d1c commit a81555d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class CreateInput
/**
* @Form\Attributes({
* "class": "extra-long",
* "maxlength": 1000
* })
* @Form\Options({
* "label": "",
Expand Down
1 change: 0 additions & 1 deletion module/Olcs/src/Form/Model/Fieldset/Message/ReplyInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ReplyInput
/**
* @Form\Attributes({
* "class": "extra-long",
* "maxlength": 1000
* })
* @Form\Options({
* "label": "",
Expand Down

0 comments on commit a81555d

Please sign in to comment.