Opened 18 years ago

Closed 18 years ago

#302 closed defect (fixed)

Running a plugin without a configuration should not be possible ...

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.0
Component: core Version:
Keywords: Cc:

Description

and is not. However the behaviour of BASE should be changed in this case. As it is now BASE accepts everything and tries to start a job even if a configuration was not selected. This problem is reproducible with the RMAExpress plug-in. Are there cases when a configuration is not needed for a plug-in?

Change History (4)

comment:1 by Nicklas Nordborg, 18 years ago

Component: corepluginscore
Milestone: BASE 2.0+
Owner: changed from Johan Enell to Nicklas Nordborg

Some plugins doesn't require a configuration. For example the existing normalization plugins. The current implementation allows running a plugin with or without a configuration. So what needs to be changed is a way to let a plugin tell if a configuration is required or not. There are three cases:

1 The plugin doesn't support configurations 2 The plugin supports configuration but may be used without 3 The plugin requires a configuration

comment:2 by Nicklas Nordborg, 18 years ago

Milestone: BASE 2.0+BASE 2.0

comment:3 by Nicklas Nordborg, 18 years ago

Status: newassigned

comment:4 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2512]) Fixes #302: Running a plugin without a configuration should not be possible

Note: See TracTickets for help on using tickets.