Changes between Initial Version and Version 4 of Ticket #613
- Timestamp:
- Jun 4, 2007, 9:22:37 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #613
- Property Owner changed from to
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #613 – Description
initial v4 1 1 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(). 2 3 Also, I think that the context checking code should be moved into the core. I think there4 is similar code in other places which could reuse the core code.