Skip to content
Snippets Groups Projects

Refactor trackers

Merged Marko Ivancic requested to merge refactor-trackers into main
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,6 +122,7 @@ class Configuration
'setupNeeded' => $setupNeeded,
'profilePageUri' => $this->helpersManager->getRoutes()
->getUrl(Routes::PATH_USER_PERSONAL_DATA),
'runSetup' => $runSetup,
];
$template = new Template($this->sspConfiguration, 'accounting:admin/configuration/status.twig');
Loading