Opened 16 years ago

Closed 16 years ago

#1001 closed enhancement (fixed)

Plug-ins that use the 'execute immediately' option can't be aborted

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.7
Component: web Version:
Keywords: Cc:

Description

This is true for all plug-ins even those that implements the SignalTarget interface. The problem here is that the execution is not passed through the internal job queue which is the place were signal transportation is set up. The execution of plug-ins using the 'execute immediately' option is handled entirely by the www/common/plugin/index.jsp script.

Change History (2)

comment:1 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4265]) Fixes #1001: Plug-ins that use the 'execute immediately' option can't be aborted

Note: See TracTickets for help on using tickets.