implement system_reports and convert PortErrorDisabled to system report
This commit is contained in:
@@ -194,4 +194,7 @@ if (setting('reports') and ref {} eq ref setting('reports')) {
|
||||
}} keys %{ setting('reports') } ];
|
||||
}
|
||||
|
||||
# add system_reports onto reports
|
||||
config->{'reports'} = [ @{setting('system_reports')}, @{setting('reports')} ];
|
||||
|
||||
true;
|
||||
|
||||
Reference in New Issue
Block a user