[ARVADOS-WORKBENCH2] updated: 2.1.0-231-g15073a59
Git user
git at public.arvados.org
Thu Apr 1 20:25:06 UTC 2021
Summary of changes:
src/services/collection-service/collection-service-files-response.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 15073a5905fee439e6b3908d1e805050ff10936b (commit)
from c4acd652f0c5157326dc9fb0fb7f40de738cad08 (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 15073a5905fee439e6b3908d1e805050ff10936b
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Apr 1 22:24:32 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 28784a8a..325339d0 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 ? decodeURIComponent(parentPath) : '',
+ directory ? unescape(parentPath) : '',
'/' + name
].join(''),
name,
- path: decodeURIComponent(parentPath),
+ path: unescape(parentPath),
};
const result = getTagValue(element, 'D:resourcetype', '')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list