mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-12-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1)'s 'Edit Log' dialog that could delay updating cart status indications when changing the logs owning service. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -65,7 +65,10 @@ bool LogModel::allGroupsValid() const
|
||||
|
||||
void LogModel::setServiceName(const QString &str)
|
||||
{
|
||||
d_group_list->setServiceName(str);
|
||||
if(d_group_list->serviceName()!=str) {
|
||||
d_group_list->setServiceName(str);
|
||||
emitAllDataChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user