From 16a7dd261ff0b53a7aa9c4bc9194827717299e31 Mon Sep 17 00:00:00 2001 From: Andrej Date: Thu, 6 Oct 2022 14:52:15 +0200 Subject: [PATCH] Add name to zebra printer initialization [SCI-7312] --- app/javascript/vue/repository_print_modal/container.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/vue/repository_print_modal/container.vue b/app/javascript/vue/repository_print_modal/container.vue index c71e5ef20..b825ef15d 100644 --- a/app/javascript/vue/repository_print_modal/container.vue +++ b/app/javascript/vue/repository_print_modal/container.vue @@ -246,6 +246,7 @@ this.printers.push({ id: `zebra${this.printers.length}`, attributes: { + name: device.name, display_name: device.name, type_of: 'zebra', status: device.status.toLowerCase(),