#613 closed defect (fixed)
The web client never calls Plugin.done() when doing contexts check
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.3.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
In /www/common/plugin/index.jsp there is code that checks if a plugin can be used in a given context or not (by calling InteractivePlugin.isInContext()). This code lacks a call to Plugin.done().
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 17 years ago
Description: | modified (diff) |
---|
comment:5 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
The Plugin.done() method is never called when doing an immediate download from an export plug-in either. Is it called when doing an immediate execution of any plug-in?