-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M3
-
Fix Version/s: 6.2.3 CE GA4, 6.2.X EE, 7.0.0 M3
-
Component/s: Dynamic Data Lists
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:12
-
Fix Priority:3
-
Git Pull Request:
When an asset is created by DDLRecordLocalServiceImpl, the visible flag is always set to false what lead to have all related assets stored as invisible.
Then, when you query the assets using AssetEntryService.getEntries(), you don't get any value because the AssetEntryQuery.visible flag is set to true by default.