mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-10 22:56:01 +01:00
2017-11-28 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USER_SERVICE_PERMS' table to the database. * Incremented the database version to 272. * Added a 'Service Permissions' button to the Edit User dialog in rdadmin(1).
This commit is contained in:
@@ -289,7 +289,8 @@ void EditChain::selectLogData()
|
||||
{
|
||||
QString logname;
|
||||
|
||||
RDListLogs *d=new RDListLogs(&logname,log_config->stationName(),this);
|
||||
RDListLogs *d=
|
||||
new RDListLogs(&logname,RDLogFilter::UserFilter,rduser,log_config,this);
|
||||
if(d->exec()!=0) {
|
||||
delete d;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user