Opened 17 years ago
Closed 17 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 Changed 17 years ago by
Milestone: | BASE 2.0+ → BASE 2.0 |
---|
comment:2 Changed 17 years ago by
Priority: | trivial → major |
---|
comment:3 Changed 17 years ago by
Owner: | changed from Nicklas Nordborg to Martin Svensson |
---|
comment:4 Changed 17 years ago by
Owner: | changed from Martin Svensson to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2455]) Fixes #203: Infinite maxlength on StringParameterType?