Feature #19903
Change textfield to textarea for "Exclude attachments by name"
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 4.1.0 | |||
Resolution: | Fixed |
Description
Would it be possible to get the textbox changed to a textarea? It would be easeier to add attachment-names to such field
Related issues
Associated revisions
Change textfield to textarea for "Exclude attachments by name" (#19903).
Patch by Yuichi HARADA.
History
#1
Updated by Toshi MARUYAMA over 5 years ago
- Category changed from Email receiving to Custom fields
#2
Updated by Rene H over 4 years ago
Any possibility to get this implemented? Having to add new image-names to 40 different logo-signatures is pretty painful :-(
One new feature that would make this an easy task for the user, would be to add an image to the exclusion-list via the issue itself for administrators.
#3
Updated by Go MAEDA over 2 years ago
- File 19903@2x.png added
- Category changed from Custom fields to Email receiving
The category for this issue should be "Email receiving".
#4
Updated by Yuichi HARADA over 1 year ago
- File 19903_change_to_textarea.patch
added
I changed "Exclude attachments by name" to textarea.
I attached a patch.
#5
Updated by Go MAEDA over 1 year ago
- Target version set to Candidate for next major release
#6
Updated by Go MAEDA over 1 year ago
- File 19903-v2.patch
added
:maxlength => 60
for the textarea should be removed. 60 character is too short, and the similar fields such as "Allowed extensions" and "Disallowed extensions" don't have such a limitation.
I have updated the patch.
#7
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 4.1.0
- Resolution set to Fixed
Committed the patch with a slight change. Thank you.
#8
Updated by Go MAEDA over 1 year ago
- Related to Feature #32085: Allow newline as a separator in "Allowed extensions", "Disallowed extensions", "Exclude attachments by name" field in Administration added