#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 Changed 16 years ago by
comment:2 Changed 16 years ago by
Owner: | changed from Johan Enell to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 16 years ago by
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?