Opened 17 years ago
Closed 17 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 , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
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