diff --git a/backend/app/plugins/wiaas/includes/api/class-wiaas-support-api.php b/backend/app/plugins/wiaas/includes/api/class-wiaas-support-api.php index 475d0f2..e3f87b9 100644 --- a/backend/app/plugins/wiaas/includes/api/class-wiaas-support-api.php +++ b/backend/app/plugins/wiaas/includes/api/class-wiaas-support-api.php @@ -18,7 +18,6 @@ class Wiaas_Support_Api { 'methods' => 'POST', 'callback' => array(__CLASS__, 'send_support_email'), 'permission_callback' => 'is_user_logged_in', - //this.props.order, this.props.order.packages, this.props.supportText 'args' => array( 'id' => array( 'description' => __('Order ID.', 'wiaas'), diff --git a/frontend/src/containers/orders/components/OrderInfo.jsx b/frontend/src/containers/orders/components/OrderInfo.jsx index 5865735..e75ca4d 100644 --- a/frontend/src/containers/orders/components/OrderInfo.jsx +++ b/frontend/src/containers/orders/components/OrderInfo.jsx @@ -80,7 +80,7 @@ class OrderInfo extends Component {
{orderTexts.labels.REFERENCE}:
- {orderInfo.reference || '-'} + {orderInfo.reference || '-'}
{orderTexts.labels.BID}:
@@ -139,7 +139,7 @@ class OrderInfo extends Component {
{orderTexts.labels.PROJECT}:
- {orderInfo.projectName || '-'} + {orderInfo.projectName || '-'}
diff --git a/frontend/src/containers/orders/style/ProcessContainer.scss b/frontend/src/containers/orders/style/ProcessContainer.scss index 55bfad9..8b70054 100644 --- a/frontend/src/containers/orders/style/ProcessContainer.scss +++ b/frontend/src/containers/orders/style/ProcessContainer.scss @@ -7,6 +7,14 @@ $link-line-height: 1.5rem; margin-top: 0.5rem; } + .reference{ + word-break: break-all; + } + + .project-name{ + word-break: break-all; + } + .info-color { margin-top: 0.2rem; padding-left: 0.2rem;