mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-09 08:31:17 +02:00
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:
parent
f8f0b937bc
commit
2c34bde1f1
@ -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.
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user