mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 08:31:41 +02:00
2017-02-10 Fred Gleason <fredg@paravelsystems.com>
* Added a '<conductor>' field to the output of the 'ListLog' web API method.
This commit is contained in:
parent
dcff3e6f4f
commit
ef5dd121b7
@ -15577,3 +15577,6 @@
|
||||
* Fixed a bug in 'lib/rdlog_line.cpp' that caused the event start
|
||||
time to be incorrect in the 'ListLog' Web API method for times of
|
||||
'00:00:00.0' for 'hard' type.
|
||||
2017-02-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a '<conductor>' field to the output of the 'ListLog' web
|
||||
API method.
|
||||
|
@ -1955,6 +1955,7 @@ QString RDLogLine::xml(int line) const
|
||||
}
|
||||
ret+=" "+RDXmlField("client",client());
|
||||
ret+=" "+RDXmlField("agency",agency());
|
||||
ret+=" "+RDXmlField("conductor",conductor());
|
||||
ret+=" "+RDXmlField("userDefined",userDefined());
|
||||
ret+=" "+RDXmlField("usageCode",usageCode());
|
||||
ret+=" "+RDXmlField("enforceLength",enforceLength());
|
||||
|
Loading…
x
Reference in New Issue
Block a user