Added limit attribute to attribute tag mapping
This commit is contained in:
parent
b3763be73e
commit
49eeebec27
|
@ -410,5 +410,6 @@ var (
|
|||
AttributeWhichJobs: TagKeyword,
|
||||
AttributeFirstJobID: TagInteger,
|
||||
AttributeStatusMessage: TagText,
|
||||
AttributeLimit: TagInteger,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue