Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-24166

NuxeoDrive.GetChangeSummary is missing data

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 10.1-SNAPSHOT
    • Fix Version/s: 9.10-HF01, 10.1
    • Component/s: Nuxeo Drive
    • Release Notes Summary:
      The change summary returned by Drive operation is complete
    • Sprint:
      nxcore 10.1.3
    • Story Points:
      2

      Description

      Using Nuxeo 9.10-SNAPSHOT, when calling NuxeoDrive.GetChangeSummary we got something like:

      {"fileSystemChanges":[
          {
              "fileSystemItemId":"defaultFileSystemItemFactory#default#6090ec6c-a51b-4e56-8f83-a334f8b5854c",
              "fileSystemItemName":"test.odt",
              "eventId":"documentModified",
              "eventDate":1516024411174,
              "repositoryId":"default",
              "docUuid":"6090ec6c-a51b-4e56-8f83-a334f8b5854c",
      
              "fileSystemItem":{
                  "digest":"b8ab309a6b9a3f448092a136afa8fa25",
                  "downloadURL":"nxfile/default/6090ec6c-a51b-4e56-8f83-a334f8b5854c/blobholder:0/test.odt",
                  "canUpdate":true,
                  "digestAlgorithm":"MD5",
                  "lockInfo":null,
                  "lastContributor":"driveuser_1",
                  "lastModificationDate":1516024411116,
                  "canDelete":true,
                  "parentId":"defaultSyncRootFolderItemFactory#default#b1c81a3a-748d-4de4-b5ff-97b75aeaffa5",
                  "creationDate":1516024410230,
                  "canRename":true,
                  "creator":"driveuser_1",
                  "folder":false,
                  "name":"test.odt",
                  "id":"defaultFileSystemItemFactory#default#6090ec6c-a51b-4e56-8f83-a334f8b5854c",
                  "path":"/org.nuxeo.drive.service.impl.DefaultTopLevelFolderItemFactory#...",
                  "userName":"driveuser_1"},
          }
      ]}
      

      But since since the end of december (Nuxeo 10.1-SNAPSHOT), we retreive only partial data (missing fileSystemItem):

      {"fileSystemChanges":[
          {
              "fileSystemItemId":"defaultFileSystemItemFactory#default#d239d892-048d-4621-abe4-875cdf0e6e59",
              "fileSystemItemName":"test.odt",
              "eventId":"documentModified",
              "eventDate":1516023989752,
              "repositoryId":"default",
              "docUuid":"d239d892-048d-4621-abe4-875cdf0e6e59",
          }
      ]}
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 2 hours
                  2h