From 09238537169ff81a29fbda546b3d1a1d91da216a Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Thu, 12 Oct 2023 23:21:19 +0200 Subject: [PATCH] add redirection on refuse document --- src/front/Components/Layouts/Folder/ViewDocuments/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx b/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx index f78a5fdd..f1a209d1 100644 --- a/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx +++ b/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx @@ -281,7 +281,7 @@ class ViewDocumentsClass extends BasePage { this.props.router.push( Module.getInstance() .get() - .modules.pages.Folder.pages.FolderInformation.props.path.replace("[folderUid]", this.props.folderUid), + .modules.pages.Folder.pages.FolderInformation.props.path.replace("[folderUid]", this.props.folderUid) + '?customerUid=' + this.state.document?.depositor?.uid, ); } catch (e) { console.error(e);