diff --git a/frontend/src/containers/orders/ProcessContainer.jsx b/frontend/src/containers/orders/ProcessContainer.jsx index fe34fc6..a809ae6 100644 --- a/frontend/src/containers/orders/ProcessContainer.jsx +++ b/frontend/src/containers/orders/ProcessContainer.jsx @@ -44,7 +44,7 @@ class ProcessContainer extends Component { componentDidMount() { this.props.dispatch(fetchOrderInfo(this.props.idOrder)); - this.props.dispatch(getAllDataForInstallation(this.props.idOrder, usedForDirective, stepsNameForInstallation, fileType)); + //this.props.dispatch(getAllDataForInstallation(this.props.idOrder, usedForDirective, stepsNameForInstallation, fileType)); const orderPackagePairs = []; const isSchedulingDisabled = {}; isSchedulingDisabled[this.props.idOrder] = true; @@ -187,12 +187,12 @@ class ProcessContainer extends Component { } { - (orderInfo && orderInfo.info && !isLoading) && + (orderInfo && !isLoading) &&