Opened 15 years ago
Closed 15 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 Changed 15 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4265]) Fixes #1001: Plug-ins that use the 'execute immediately' option can't be aborted