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

Owner: changed from Nicklas Nordborg to Johan Enell

comment:2 by Johan Enell, 18 years ago

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 by Nicklas Nordborg, 18 years ago

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.