Skip to content

Commit

Permalink
IVYPORTAL-18073 Create file preview for PDF .log and PNG
Browse files Browse the repository at this point in the history
- Update document
  • Loading branch information
chnam-axonivy committed Dec 20, 2024
1 parent 0025ab4 commit dccb3d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ releases of |ivy|.

Changes in 12.0.1
-----------------
- Introduced the document preview feature for the task and case detail. You can preview image(png or jpeg), plain text(txt or log) and pdf documents.
- Introduced the document preview feature for the task and case detail. You can preview images(png or jpeg), plain text(txt or log) and pdf documents.
- Introduced the Portal Setting ``Portal.Document.EnablePreview`` to control visibility of the preview document icon in Portal.

Changes in 12.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ HowTo: Preview a document of a case

#. Open the case details

#. Click on the |preview-icon| button next to the
attachment you want to preview
#. Click on the |preview-icon| button next to the attachment you want to preview

#. A preview dialog is opened

Expand All @@ -143,9 +142,9 @@ HowTo: Preview a document of a case

.. note::

Portal can preview image, plain text(txt and log) and pdf document.
Portal can preview images, plain text(txt and log) and pdf documents.

Change :ref:`Portal settings <update-portal-settings>` :bdg-ref-warning:`Portal.Document.EnablePreview` to true to enable this feature.
Change :ref:`Portal settings <update-portal-settings>` :guilabel:`Portal.Document.EnablePreview` to true to enable this feature.


HowTo: Add a Note to a Case
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ HowTo: Preview a document of a case

.. note::

Portal can preview image, plain text(txt and log) and pdf document.
Portal can preview images, plain text(txt and log) and pdf documents.

Change :ref:`Portal settings <update-portal-settings>` :bdg-ref-warning:`Portal.Document.EnablePreview` to true to enable this feature.
Change :ref:`Portal settings <update-portal-settings>` :guilabel:`Portal.Document.EnablePreview` to true to enable this feature.


HowTo: Add a note to a task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@
:width: 15px
.. |reorder-dashboard-icon| image:: ../includes/images/reorder.svg
:width: 15px
.. |preview-icon| image:: ../includes/images/view-1.svg
.. |preview-icon| image:: ../includes/images/view-1.svg
:width: 15px

0 comments on commit dccb3d5

Please sign in to comment.