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