Project

General

Profile

Defect #1903

Updated by Radek Tomiška over 4 years ago

When deleting entity events, time ranges do not work. 
 I have IdM with ~1.5M entity events. 916687 are "executed", others are "created". I tried to delete executed events between two dates (see del01.png), there are 240778 events satisfying this condition. 
 The EntityEventDeleteBulk LRT tried to delete all 916687 executed events (see del02.png). This probably means that filter for the date range does not work properly. 

 IdM version 9.7.4 but tried to simulate on other project (9.7.10) and also got this behavior. 

 @affected version 9.1.1

Back