diff --git a/api/composer.json b/api/composer.json index 725677a26..f477669f9 100644 --- a/api/composer.json +++ b/api/composer.json @@ -16,7 +16,7 @@ "require": { "apereo/phpcas": "1.6.1", "ezyang/htmlpurifier": "4.12.0", - "firebase/php-jwt": "6.0.0", + "firebase/php-jwt": "^6.0.0", "jdorn/sql-formatter": "1.2.9", "mpdf/mpdf": "8.1.2", "ralouphie/getallheaders": "2.0.5", @@ -44,6 +44,9 @@ "config": { "platform": { "php": "7.3" + }, + "audit": { + "ignore": ["PKSA-y2cr-5h3j-g3ys"] } } } diff --git a/client/src/js/modules/types/mx/shipment/views/mx-container-add.vue b/client/src/js/modules/types/mx/shipment/views/mx-container-add.vue index c2875533a..652686097 100644 --- a/client/src/js/modules/types/mx/shipment/views/mx-container-add.vue +++ b/client/src/js/modules/types/mx/shipment/views/mx-container-add.vue @@ -264,32 +264,36 @@ - @@ -358,7 +362,10 @@ v-show="error.length > 0" class="tw-black" > - {{ error[0] }} + {{ (index === 'owner' && !ownerEmail) + ? 'The selected owner has no email address. Please update it by clicking View.' + : error[0] + }}