Opened 18 years ago

Closed 18 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 Changed 18 years ago by Jari Häkkinen

Owner: changed from Nicklas Nordborg to Johan Enell

comment:2 Changed 18 years ago by Johan Enell

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...

comment:3 Changed 18 years ago by Nicklas Nordborg

Resolution: fixed
Status: newclosed

(In [2125]) Fixes #145: Plugin parameters with no default value get the string "null" as their default value

Note: See TracTickets for help on using tickets.