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

Attachment image blob preview showing the main blob

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: WEBUI-0.8.0
    • Component/s: Web UI
    • Tags:
    • Sprint:
      nxNest Sprint 8.4.7

      Description

      On blob preview, when it is an image without views (ie as attachment), the fallback for not having picture view is file:content (if it exists) and not the blob itself.

      @element nuxeo-document-preview

      if (this.document.properties['file:content']) {
                  return this.document.properties['file:content'].data;
      }
      

      change it for the passed xpath

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: