From 26f832be96bd53416e9be491442782cc368713cd Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 10 Oct 2024 14:34:03 +0200 Subject: [PATCH] Remove position validation for non grid box [SCI-11175] --- app/javascript/vue/storage_locations/modals/assign.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/vue/storage_locations/modals/assign.vue b/app/javascript/vue/storage_locations/modals/assign.vue index 5cf58e9da..86a7af71c 100644 --- a/app/javascript/vue/storage_locations/modals/assign.vue +++ b/app/javascript/vue/storage_locations/modals/assign.vue @@ -77,7 +77,7 @@ export default { mixins: [modalMixin], computed: { validObject() { - return this.rowId && this.containerId && this.containerId > 0 && this.position; + return this.rowId && this.containerId && this.containerId > 0; }, createUrl() { return storage_location_storage_location_repository_rows_path({