mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-08 08:27:45 +02:00
2022-03-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDLogFilter' that caused a SQL error to be generated filtering for 'recent' logs. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
f1cd8f5e2f
commit
bd2fee5e7b
@ -22924,3 +22924,6 @@
|
||||
2022-03-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the log filter widget that caused entries in the
|
||||
'Services' dropdown be listed in non-alphabetical order.
|
||||
2022-03-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'RDLogFilter' that caused a SQL error to be
|
||||
generated filtering for 'recent' logs.
|
||||
|
@ -246,8 +246,8 @@ void RDLogListModel::updateModel(const QString &filter_sql)
|
||||
"where "+
|
||||
"(`TYPE`=0)&&"+
|
||||
"(`LOG_EXISTS`='Y') "+
|
||||
filter_sql+
|
||||
"order by `NAME` ";
|
||||
filter_sql;
|
||||
// "order by `NAME` ";
|
||||
beginResetModel();
|
||||
d_texts.clear();
|
||||
d_icons.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user