mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 17:32:20 +02:00
2017-05-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'SaveLog' web API that failed to update the last modified datestamp.
This commit is contained in:
parent
734b15ee52
commit
39c887018a
@ -15762,3 +15762,6 @@
|
||||
* Removed debugging printfs.
|
||||
2017-05-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a dependency for cdda2wav(1) in 'rivendell.spec.in'.
|
||||
2017-05-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the 'SaveLog' web API that failed to update the
|
||||
last modified datestamp.
|
||||
|
@ -455,6 +455,7 @@ void Xport::SaveLog()
|
||||
log->setAutoRefresh(auto_refresh);
|
||||
log->setStartDate(start_date);
|
||||
log->setEndDate(end_date);
|
||||
log->setModifiedDatetime(QDateTime::currentDateTime());
|
||||
|
||||
logevt->save();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user