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
Product & Version
Bug applies to Vanjaro for DNN v.1.3.0
Describe the bug When trying to insert a link in a text module that refers to a file in the secure file system, the link url added is just "/LinkClick.aspx" without the fileticket and portalid information - So the link doesnt work then when clicking on it
To Reproduce
Steps to reproduce the behavior:
Go to 'Asset management'
Add an secure Folder in the DNN Filesystem
Add Files to this Folder e.g. testfile.txt
Go to a vanjaro page
add a text-block and write some text.
mark text and click the "link" button
klick on the chain-icon (A) to select a file
in the appearing Link browser window select the secure folder (B) added before
select a file from this folder by double clicking on it (C)
Expected behavior
In the url-Field of the link there should appear a correct and working LinkClick URL like e.g.: "/LinkClick.aspx?fileticket=sKo6NEl4e5K%3d&portalid=0"
Current behavior
In the url-Field of the link there just appears "/LinkClick.aspx" (D) .. without the fileticket part and without the portalid part
The resulting link is not working
Screenshots
Mention the yellow marked icon in the screenshot- The Folder is in the secure Filesystem of DNN
Additional context
The Link is taken via the GetUrl API Call in the background when clicking on the file, but the resulting link misses the information about the fileticket - as we can see in Network Panel of the inspector in the browser:
If you enter this url manually in the Links URL-Field, the behaviour is as expected and the filelink works with allowed roles only as expected
Best Regards
Gerald
The text was updated successfully, but these errors were encountered:
Product & Version
Bug applies to Vanjaro for DNN v.1.3.0
Describe the bug
When trying to insert a link in a text module that refers to a file in the secure file system, the link url added is just "/LinkClick.aspx" without the fileticket and portalid information - So the link doesnt work then when clicking on it
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In the url-Field of the link there should appear a correct and working LinkClick URL like e.g.: "/LinkClick.aspx?fileticket=sKo6NEl4e5K%3d&portalid=0"
Current behavior
In the url-Field of the link there just appears "/LinkClick.aspx" (D) .. without the fileticket part and without the portalid part
The resulting link is not working
Screenshots
![vanjaroSecureFileLinks1](https://user-images.githubusercontent.com/7883518/160384670-5ced250f-fca1-45a2-876f-8ac80ff17f9b.JPG)
Mention the yellow marked icon in the screenshot- The Folder is in the secure Filesystem of DNN
Additional context
![vanjaroSecureFileLinks2](https://user-images.githubusercontent.com/7883518/160385103-0d19ec94-920c-433f-9cfd-11ccd0a87a53.JPG)
The Link is taken via the GetUrl API Call in the background when clicking on the file, but the resulting link misses the information about the fileticket - as we can see in Network Panel of the inspector in the browser:
If you enter this url manually in the Links URL-Field, the behaviour is as expected and the filelink works with allowed roles only as expected
Best Regards
Gerald
The text was updated successfully, but these errors were encountered: