uibcti
User
![[Avatar]](/forum/images/avatar/c20ad4d76fe97759aa27a0c99bff6710.jpg)
Joined: 11/11/2009 09:35:02
Messages: 26
Location: Universitat de les Illes Balears - Mallorca - Spain
Offline
|
The import process has a bug. The ContentVersions are not imported into the correct creation order, and that is very important!. Usually, in IG the access to contentVersions is by the maximum ID in a given state
The solution is simple, we just sort the list of contentVersions in 'org.infoglue.cms.applications.contenttool.actions.ImportContentAction':
Functions:
createContents() y updateContents()
It would be something like:
with a new class comparator:
Could the IG team implement these changes in future versions?
Thank's in advance.
|