temporarily disable fetching documents and validation comments
This commit is contained in:
@@ -8,8 +8,8 @@ class ValidateQuestionnaire extends Component {
|
|||||||
|
|
||||||
componentDidMount(){
|
componentDidMount(){
|
||||||
const {idOrder, idProcessStep} = this.props.step;
|
const {idOrder, idProcessStep} = this.props.step;
|
||||||
this.props.dispatch(fetchCustomerDocuments(idOrder, 'orderQuestionaire'));
|
//this.props.dispatch(fetchCustomerDocuments(idOrder, 'orderQuestionaire'));
|
||||||
this.props.dispatch(fetchValidationComments(idOrder, idProcessStep, 'invalidQuestionnaireComment'));
|
//this.props.dispatch(fetchValidationComments(idOrder, idProcessStep, 'invalidQuestionnaireComment'));
|
||||||
}
|
}
|
||||||
|
|
||||||
findById(orderPackage, idOrderPackagePair){
|
findById(orderPackage, idOrderPackagePair){
|
||||||
|
|||||||
Reference in New Issue
Block a user