mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-05 06:59:08 +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:
parent
7af03c6fd9
commit
6cbe0d9a70
@ -16408,3 +16408,6 @@
|
|||||||
* Removed a debugging statement.
|
* Removed a debugging statement.
|
||||||
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
|
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Updated the 'Load Log Dialog' screenshot.
|
* 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.
|
||||||
|
@ -121,6 +121,7 @@ void Xport::ListLogs()
|
|||||||
xport_post->getValue("LOG_NAME",&log_name);
|
xport_post->getValue("LOG_NAME",&log_name);
|
||||||
xport_post->getValue("TRACKABLE",&trackable);
|
xport_post->getValue("TRACKABLE",&trackable);
|
||||||
xport_post->getValue("FILTER",&filter);
|
xport_post->getValue("FILTER",&filter);
|
||||||
|
filter=filter.stripWhiteSpace();
|
||||||
xport_post->getValue("RECENT",&recent);
|
xport_post->getValue("RECENT",&recent);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user