2021-12-12 Fred Gleason <fredg@paravelsystems.com>

* Added a 'graceTime' field to the return XML for the 'ListLog'
	WebAPI call.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-12-12 14:04:01 -05:00
parent f8f0b937bc
commit 2c34bde1f1
2 changed files with 4 additions and 0 deletions

View File

@ -22750,3 +22750,6 @@
* Added a 'LogLine' class to the 'rivwebapi' API.
* Modified the 'ListLog()' method to use the 'LogLine' class in the
'rivwebapi' API.
2021-12-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'graceTime' field to the return XML for the 'ListLog'
WebAPI call.

View File

@ -2351,6 +2351,7 @@ QString RDLogLine::xml(int line) const
ret+=" "+RDXmlField("startTime");
}
}
ret+=" "+RDXmlField("graceTime",graceTime());
ret+=" "+RDXmlField("transitionType",RDLogLine::transText(transType()));
ret+=" "+RDXmlField("cutQuantity",cutQuantity());
ret+=" "+RDXmlField("lastCutPlayed",lastCutPlayed());