Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.11
-
Fix Version/s: 1.12
-
Component/s: Plugin
-
Labels:None
-
keywords:bugfixingday
-
Similar issues:
XPAS-5Activity Stream does not catch create and delete events XPAS-1Integrate the activity stream plugin in platform-plugins/ XPAS-38Implement the new API method to delete an Event from the EventStream XPAS-16NPE thrown during init "updateDatabase" step XPAS-17Fix warnings appearing when the Activity Stream plugin is initialized several times XPAS-35How to write an activity stream macro in my custom ".vm" file ? XPAS-13Provide a way to delete events after a configurable amount of time XPAS-3Add an API to delete activity events XPAS-6Support from clauses in searchEvents function XPAS-19New event types for create, edit and delete comment
Description
The implementation of searchEvents(Query) creates a new Query with the predefined prefix. When doing this, it doesn't re-bind all the parameters bound on the old Query, thus losing all the parameters. In org.xwiki.messagestream.internal.DefaultMessageStream.deleteMessage(String), when first trying to search for the message an exception is thrown (not all parameter are bound).
Issue Links
- relates to
-
XPAS-38
Implement the new API method to delete an Event from the EventStream
-
Fixed in r35683.