Details
-
Bug
-
Resolution: Fixed
-
Critical
-
12.5-rc-1
-
None
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
To reproduce:
SimpleEventQuery query = new SimpleEventQuery(); query.not(); query.open(); query.eq("property1", "value1"); query.eq("property2", "value2"); query.close();
The group is reversed before of the not (which is expected) but the first comparison is also reversed (which is not expected and cause a double reverse...).
Attachments
Issue Links
- blocks
-
XWIKI-17951 Notifications mails are not received anymore if Read Event Filter is set to ON
- Closed