add redirection on refuse document

This commit is contained in:
OxSaitama 2023-10-12 23:21:19 +02:00
parent 90006e8b69
commit 0923853716

View File

@ -281,7 +281,7 @@ class ViewDocumentsClass extends BasePage<IPropsClass, IState> {
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);