AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

ExtraIDs are un-necessarily updates in-memory in case of Metadata and URL feed mode. #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Refer to ListsWS.processListDataElement()
ExtraIDs for folders are updated irrespective of the feed type. The code
for doing this has to be moved inside the check for content-feed mode.

ExtraIDs are maintained for the construction of delete feeds as there are
no way to get the list of child documents when a parent folder or list is
deleted. 

While saving and loading the state file, connector ignores the extraIDs if
the connector is running in metadata and URL feed mode. The implementation
should also takes care of this and should not un-necessarily update the
extraIDs in case of M&U mode.

Original issue reported on code.google.com by th.nitendra on 1 Dec 2009 at 8:32

GoogleCodeExporter commented 9 years ago
Re-arranged the checks for feed mode. Fixed in revision:
http://code.google.com/p/google-enterprise-connector-sharepoint/source/detail?r=
479
http://code.google.com/p/google-enterprise-connector-sharepoint/source/detail?r=
478

Original comment by th.nitendra on 1 Dec 2009 at 3:23

GoogleCodeExporter commented 9 years ago
Verified in 2.4 Release

Original comment by ashwinip...@gmail.com on 14 Dec 2009 at 6:37