* [ADD] Unit testing. Work in progress

* [ADD] Added trasient data collection to context
* [MOD] Code refactoring and minor bugfixes
This commit is contained in:
nuxsmin
2018-07-03 00:53:51 +02:00
parent 283fc83a6b
commit 02f3498eda
34 changed files with 740 additions and 291 deletions

View File

@@ -229,7 +229,7 @@ class ConfigManagerController extends ControllerBase
$template->setBase('config');
$template->addTemplate('encryption');
$numAccounts = $this->dic->get(AccountService::class)->getTotalNumAccounts()->num;
$numAccounts = $this->dic->get(AccountService::class)->getTotalNumAccounts();
$template->assign('numAccounts', $numAccounts);
if ($numAccounts > 500) {