You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloaded filename (including its extension) is not respected in Vaadin Portlet when running in Liferay 7.
The following code aims to add a download button with excel file download action:
Versions:
Vaadin Portlet version - 1.0.0.beta4
Vaadin Platform version - 14.8.3
Liferay version - 7.3
Java version - 11
OS version - Windows 10
Browser version (if applicable) - Chrome 96
The text was updated successfully, but these errors were encountered:
Downloaded filename (including its extension) is not respected in Vaadin Portlet when running in Liferay 7.
The following code aims to add a download button with excel file download action:
Expected the filename is "export.xlsx", but actual filename is "home".
Request URL = http://localhost:8080/web/guest/home?p_p_id=ContactList_WAR_addressbookgrid&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=/uidl&p_p_cacheability=cacheLevelPage&v-r=uidl&v-uiId=0
Minimal reproducible example:
Use https://github.com/vaadin/addressbook-portlet/tree/feature/liferay starter and add the above code.
Versions:
Vaadin Portlet version - 1.0.0.beta4
Vaadin Platform version - 14.8.3
Liferay version - 7.3
Java version - 11
OS version - Windows 10
Browser version (if applicable) - Chrome 96
The text was updated successfully, but these errors were encountered: