mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that could cause less than 100 carts to be displayed when the 'Show Only First 100 Matches' box was ticked. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1264,7 +1264,7 @@ void EditEvent::RefreshLibrary()
|
||||
RDCartFilter::groupFilter(event_group_box->currentText(),
|
||||
event_group_model->allGroupNames());
|
||||
sql=sql.left(sql.length()-3);
|
||||
event_lib_model->setFilterSql(sql);
|
||||
event_lib_model->setFilterSql(sql,RD_MAX_CART_NUMBER+1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user