mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that caused the Next Event indications to fail to be updated on remote instances of rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -463,14 +463,17 @@ void RecordListModel::notificationReceivedData(RDNotification *notify)
|
||||
switch(notify->action()) {
|
||||
case RDNotification::AddAction:
|
||||
addRecord(notify->id().toUInt());
|
||||
emit updateNextEvents();
|
||||
break;
|
||||
|
||||
case RDNotification::ModifyAction:
|
||||
refresh(notify->id().toUInt());
|
||||
emit updateNextEvents();
|
||||
break;
|
||||
|
||||
case RDNotification::DeleteAction:
|
||||
removeRecord(notify->id().toUInt());
|
||||
emit updateNextEvents();
|
||||
break;
|
||||
|
||||
case RDNotification::NoAction:
|
||||
|
Reference in New Issue
Block a user