Uploaded image for project: 'Magnolia DAM Module'
  1. Magnolia DAM Module
  2. MGNLDAM-524

Deprecated method used in DownloadAssetAction for DAM app

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Obsolete
    • Icon: Neutral Neutral
    • None
    • None
    • DAM App
    • 3

      PXMDAM-2.2

      ------------------

      Dam app uses info.magnolia.ui.framework.action.DownloadBinaryAction for the action "Download asset"; DownloadBinaryAction itself is using deprecated Vaadin method (see line 4, Page.getCurrent().open) and it leads to a request handled by VaadinServlet.

      It would be desirable to have a dedicated DownloadAssetAction for and within dam; this would also allow to use the DamDownloadServlet.

      Replace the deprecated method with what Vaadin suggests to use now.

        Acceptance criteria

              Unassigned Unassigned
              cmeier Christoph Meier
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD