-
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
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)