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:
Fred Gleason 2017-05-10 10:48:08 -04:00
parent 734b15ee52
commit 39c887018a
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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();