From 2cb32dca31c1159cff9655ea3eefdf6b8226a2b0 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Wed, 29 Aug 2018 10:52:13 +0200 Subject: [PATCH] temporarily disable fetching documents and validation comments --- .../orders/components/process/ValidateQuestionnaire.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/containers/orders/components/process/ValidateQuestionnaire.jsx b/frontend/src/containers/orders/components/process/ValidateQuestionnaire.jsx index 9e27ab5..08cb7b5 100644 --- a/frontend/src/containers/orders/components/process/ValidateQuestionnaire.jsx +++ b/frontend/src/containers/orders/components/process/ValidateQuestionnaire.jsx @@ -8,8 +8,8 @@ class ValidateQuestionnaire extends Component { componentDidMount(){ const {idOrder, idProcessStep} = this.props.step; - this.props.dispatch(fetchCustomerDocuments(idOrder, 'orderQuestionaire')); - this.props.dispatch(fetchValidationComments(idOrder, idProcessStep, 'invalidQuestionnaireComment')); + //this.props.dispatch(fetchCustomerDocuments(idOrder, 'orderQuestionaire')); + //this.props.dispatch(fetchValidationComments(idOrder, idProcessStep, 'invalidQuestionnaireComment')); } findById(orderPackage, idOrderPackagePair){