Uploaded image for project: 'Browser Developer Extensions'
  1. Browser Developer Extensions
  2. BDE-51

export current document JSON exports the `Document` JS object not the response document

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.3.0
    • Fix Version/s: 1.4.0
    • Component/s: Base Code

      Description

      After a JS client update, export current document JSON now exports the `Document` JS object, not the response document:

      {
        "_baseOptions": {
          "repositoryName": "default",
          "schemas": [
            "*"
          ],
          "enrichers": {
            "document": [
              "acls",
              "permissions"
            ]
          },
          "fetchProperties": {},
          "headers": {
            "X-NXDocumentProperties": "*",
            "X-NXRepository": "default",
            "enrichers-document": "acls,permissions",
            "Nuxeo-Transaction-Timeout": 30000,
            "Accept": "application/json"
          },
          "timeout": 30005
        },
        "_nuxeo": {
          "_baseOptions": {
            "repositoryName": "default",
            "schemas": [],
            "enrichers": {},
            "fetchProperties": {},
            "headers": {},
            "timeout": 30000
          },
          "_baseURL": "http://localhost:8080/nuxeo/",
          "_restURL": "http://localhost:8080/nuxeo/api/v1/",
          "_automationURL": "http://localhost:8080/nuxeo/api/v1/automation/",
          "_auth": null,
          "connected": false,
          "_activeRequests": 0
        },
      ....
      

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: