Opened 19 years ago
Closed 19 years ago
#145 closed defect (fixed)
Plugin parameters with no default value get the string "null" as their default value
Reported by: | Nicklas Nordborg | Owned by: | Johan Enell |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0 RC2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If no default value is set for a plugin parameter, the input field for that parameter should be empty.
Change History (3)
comment:1 by , 19 years ago
Owner: | changed from | to
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Instead of null it now writes the empty string. But now the action for checking if a parameter is set is broken. It checks against null...