mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 17:43:41 +02:00
2018-02-15 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SERVICES.LOG_SHELFLIFE_ORIGIN' field to the database. * Incremented the database version to 275. * Added a drop-down control to the 'Set Logs to auto-delete' control to allow origin to be specified in the 'Edit Service' dialog in rdadmin(1).
This commit is contained in:
@@ -872,7 +872,8 @@ void ListLog::loadButtonData()
|
||||
break;
|
||||
|
||||
case ListLogs::SaveAs:
|
||||
if(!RDLog::create(name,svcname,rdripc->user(),&err_msg,air_config)) {
|
||||
if(!RDLog::create(name,svcname,QDate(),rdripc->user(),&err_msg,
|
||||
air_config)) {
|
||||
QMessageBox::warning(this,"RDAirPlay - "+tr("Error"),err_msg);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user