-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE
-
Component/s: Documents & Media
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:12
-
Fix Priority:4
-
Git Pull Request:
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