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:
Fred Gleason
2018-02-15 09:39:37 -05:00
parent 948ccf4d8f
commit 8f1bd700cd
23 changed files with 187 additions and 49 deletions

View File

@@ -425,7 +425,7 @@ void MainWidget::addData()
#else
QString username(rdripc->user());
#endif // WIN32
QString err_msg;
QString err_msg;
if(!RDLog::create(logname,svcname,QDate(),username,&err_msg,log_config)) {
QMessageBox::warning(this,"RDLogEdit - "+tr("Error"),err_msg);
return;