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:
Fred Gleason 2017-02-10 10:10:17 -05:00
parent dcff3e6f4f
commit ef5dd121b7
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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());