mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 04:16:54 +01:00
* [FIX] Fixed wrong behaviour when deleting accounts. The account was not saved into the history.
* [ADD] Accounts can now be restored from history * [ADD] Unit testing. Work in progress * [MOD] Improved file handlers * [MOD] Code refactoring
This commit is contained in:
@@ -82,6 +82,7 @@ final class StatusController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
$this->returnJsonResponseData([]);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,6 +129,7 @@ final class StatusController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
$this->returnJsonResponseData($notices);
|
||||
return;
|
||||
}
|
||||
|
||||
logger($requestData->message);
|
||||
|
||||
Reference in New Issue
Block a user