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

fix: update messaging form validation #113

Merged
merged 8 commits into from
Apr 3, 2024
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
Loading