Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE
-
6.2.x
-
Committed
-
12
-
4
-
Regression Bug
Description
This only affects 6.2.x as master implemented it using ActionableDynamicQuery
Steps:
1-Upload more than 100 files in document library in root folder.
2-Get the groupId of the site
3-Execute attached groovy script, changing groupId to the test site groupId.
4-Make a SQL query in DB, changing the groupId by the test site groupId:
SELECT COUNT(*) FROM DLFileEntry where groupId=<groupID>;
Expected result
The SQL should return 0
Actual result
The SQL returns Total uploaded files - 100