[ARVADOS-WORKBENCH2] updated: 2.1.0-230-gc4acd652
Git user
git at public.arvados.org
Thu Apr 1 19:29:54 UTC 2021
Summary of changes:
src/services/collection-service/collection-service-files-response.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via c4acd652f0c5157326dc9fb0fb7f40de738cad08 (commit)
from 5a7d3c08744413b659fd24be59992fc1daa486e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c4acd652f0c5157326dc9fb0fb7f40de738cad08
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Apr 1 21:29:16 2021 +0200
17337: Code cleanup
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/src/services/collection-service/collection-service-files-response.ts b/src/services/collection-service/collection-service-files-response.ts
index 325339d0..28784a8a 100644
--- a/src/services/collection-service/collection-service-files-response.ts
+++ b/src/services/collection-service/collection-service-files-response.ts
@@ -43,11 +43,11 @@ export const extractFilesData = (document: Document) => {
url,
id: [
collectionUuid ? collectionUuid : '',
- directory ? unescape(parentPath) : '',
+ directory ? decodeURIComponent(parentPath) : '',
'/' + name
].join(''),
name,
- path: unescape(parentPath),
+ path: decodeURIComponent(parentPath),
};
const result = getTagValue(element, 'D:resourcetype', '')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list