mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) where creating a new event using the 'Save As' button would fail to send notifications of the added event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23011,3 +23011,7 @@
|
|||||||
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
|
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Corrected a typo in the Operations Guide for the
|
* Corrected a typo in the Operations Guide for the
|
||||||
'BroadcastTools Universal 4.1MLR>>Web' switcher.
|
'BroadcastTools Universal 4.1MLR>>Web' switcher.
|
||||||
|
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdcatch(1) where creating a new event
|
||||||
|
using the 'Save As' button would fail to send notifications of
|
||||||
|
the added event.
|
||||||
|
@@ -633,9 +633,9 @@ void MainWidget::editData()
|
|||||||
rda->ripc()->sendNotification(*notify);
|
rda->ripc()->sendNotification(*notify);
|
||||||
delete notify;
|
delete notify;
|
||||||
catch_recordings_model->refresh(rows.first());
|
catch_recordings_model->refresh(rows.first());
|
||||||
nextEventData();
|
|
||||||
}
|
}
|
||||||
ProcessNewRecords(&new_events);
|
ProcessNewRecords(&new_events);
|
||||||
|
nextEventData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user