Opened 19 years ago
Closed 18 years ago
#203 closed defect (fixed)
Infinite maxlength on StringParameterType
Reported by: | Johan Enell | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0 |
Component: | web | Version: | trunk |
Keywords: | Cc: |
Description
Setting maxlength to null on a StringParameterType means that the string is infinite. The web however sets the maxlength on the textfield to 255.
Change History (5)
comment:1 by , 18 years ago
Milestone: | BASE 2.0+ → BASE 2.0 |
---|
comment:2 by , 18 years ago
Priority: | trivial → major |
---|
comment:3 by , 18 years ago
Owner: | changed from | to
---|
comment:4 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [2455]) Fixes #203: Infinite maxlength on StringParameterType