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

Fix rendering of custom actions on content view export

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.9.6-SNAPSHOT
    • Fix Version/s: 6.0
    • Component/s: Style & CSS
    • Tags:
    • Sprint:
      Sprint DesignTeam (5.9.6-4

      Description

      A slot for actions is available on the top right corner of content views (after export buttons)

      There is no action for this category by default, so we did not notice that it's not rendered correctly (see attached screenshot).

      Easy way to reproduce: add the category "CONTENT_VIEW_EXPORT" to some actions like "exportViewPDFExport":

          <action id="exportViewPDFExport"
            link="#{restHelper.getDocumentUrl(currentDocument, 'pdf', true)}" order="0"
            label="label.exportview.pdfExport" icon="/icons/pdf_export.png">
            <category>DOCUMENT_EXPORT_VIEW_ACTION</category>
            <category>CONTENT_VIEW_EXPORT</category>
          </action>
      

      (above code is a copy/paste from webapp-base actions-contrib.xml file)

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                1 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: