Feature #4896
Project identifier should be a limited field
| Status: | Closed | Start date: | 2010-02-22 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Eric Davis | % Done: | 100% | |
| Category: | UI | |||
| Target version: | 1.0.1 | |||
| Resolution: | Fixed |
Description
As the project identifier is limited to 20 characters, the field should not allow to entry more than 20 characters.
Related issues
Associated revisions
Add maxlength attributes to some Project fields. #4896
Contributed by Felix Schäfer
History
#1 Updated by Jean-Philippe Lang about 3 years ago
- Category set to UI
#2 Updated by Felix Schäfer almost 3 years ago
- File add_maxlength_to_textfields_in_the_project_form.patch
added - Status changed from New to Resolved
- Target version set to 1.0.1
This patch adds a textfield attribute to the name and identifier attributes on the project form.
#3 Updated by Felix Schäfer almost 3 years ago
- Assignee set to Felix Schäfer
#4 Updated by Holger Just almost 3 years ago
The patch looks good.
#5 Updated by Mischa The Evil almost 3 years ago
Nice one indeed Felix...
Maybe there are also other areas in Redmine (project) settings/administration where such attributes can help improve UX?
#6 Updated by Mischa The Evil almost 3 years ago
- Subject changed from Porject identifier should be a limited field to Project identifier should be a limited field
#7 Updated by Eric Davis almost 3 years ago
- Status changed from Resolved to New
Needs to stay as New until it's committed, I thought this was done in trunk.
#8 Updated by Eric Davis almost 3 years ago
- Status changed from New to Resolved
- Assignee changed from Felix Schäfer to Eric Davis
- % Done changed from 0 to 100
- Resolution set to Fixed
Had time to commit this tonight, r3910.
#9 Updated by Eric Davis over 2 years ago
- Status changed from Resolved to Closed
Merged to 1.0-stable for release in 1.0.1.
#10 Updated by whoiam whoiam about 2 years ago
Could you please give me some guides how to raise project-name length-limit from 30 to 60 characters by writing a plugin instead of a patch file?
Thanks in advance