From 95e159f96c161135bbcfa1e3cbdf360299580c89 Mon Sep 17 00:00:00 2001 From: Fabian Weber <46140201+phin1x@users.noreply.github.com> Date: Fri, 21 May 2021 22:02:25 +0200 Subject: [PATCH] fixed tag type for outputorder --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index 3b64dee..31c8b29 100644 --- a/constants.go +++ b/constants.go @@ -415,6 +415,6 @@ var ( AttributeFirstJobID: TagInteger, AttributeStatusMessage: TagText, AttributeLimit: TagInteger, - AttributeOutputOrder: TagEnum, + AttributeOutputOrder: TagName, } )