mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -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);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user