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
With the last MaJ of cadastrapp (georchestra/cadastrapp#598) which uses more recent libraries, we have some problems with file downloads on Chrome/Chromium for BP/RP and CSV.
Searching some solutions, it appear that character " in filename can be replaced by _ when handled by UI.
Related with georchestra/cadastrapp#615
With the last MaJ of cadastrapp (georchestra/cadastrapp#598) which uses more recent libraries, we have some problems with file downloads on Chrome/Chromium for BP/RP and CSV.
Searching some solutions, it appear that character
"
in filename can be replaced by_
when handled by UI.I think the problem can be here :
mapstore2-cadastrapp/js/extension/utils/download.js
Line 29 in ae71948
This regexp match the filename with
"
.Should be replaced by :
The text was updated successfully, but these errors were encountered: