2017-12-04 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'ListLogs' Web API call that caused inconsistent
	results with filter strings with leading or trailing whitespace.
This commit is contained in:
Fred Gleason 2017-12-04 18:52:45 -05:00
parent 7af03c6fd9
commit 6cbe0d9a70
2 changed files with 4 additions and 0 deletions

View File

@ -16408,3 +16408,6 @@
* Removed a debugging statement.
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
* Updated the 'Load Log Dialog' screenshot.
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'ListLogs' Web API call that caused inconsistent
results with filter strings with leading or trailing whitespace.

View File

@ -121,6 +121,7 @@ void Xport::ListLogs()
xport_post->getValue("LOG_NAME",&log_name);
xport_post->getValue("TRACKABLE",&trackable);
xport_post->getValue("FILTER",&filter);
filter=filter.stripWhiteSpace();
xport_post->getValue("RECENT",&recent);
//