Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#613 closed defect (fixed)

The web client never calls Plugin.done() when doing contexts check — at Version 4

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.3.1
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

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 (4)

comment:1 by Nicklas Nordborg, 17 years ago

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?

comment:2 by Nicklas Nordborg, 17 years ago

Owner: changed from Johan Enell to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3439]) Fixes #613.

comment:4 by Nicklas Nordborg, 17 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.