Opened 18 years ago
Last modified 18 years ago
#613 closed defect
The web client never calls Plugin.done() when doing contexts check — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | Johan Enell |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.3.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
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().
Also, I think that the context checking code should be moved into the core. I think there is similar code in other places which could reuse the core code.
Note:
See TracTickets
for help on using tickets.