Skip to content
Snippets Groups Projects

Improve file handling of special characters in WebIDE

Merged Kieran Andrews requested to merge hiddentiger/gitlab-ce:feature/webide_escaping into master
All threads resolved!
@@ -83,7 +83,7 @@ export const decorateFiles = ({
id: path,
name,
path,
url: `/${projectId}/tree/${branchId}/-/${escapeFileUrl(path)}/`,
url: `/${projectId}/blob/${branchId}/-/${escapeFileUrl(path)}/`,
type: 'blob',
parentTreeUrl: fileFolder ? fileFolder.url : `/${projectId}/blob/${branchId}`,
tempFile,
Loading