mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 20:36:46 +01:00
* [ADD] New preferences option to always display the account search filters
* [MOD] Updated translations * [MOD] Code refactoring Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -64,6 +64,7 @@ final class UserSettingsGeneralController extends SimpleControllerBase
|
||||
$userPreferencesData->setOptionalActions($this->request->analyzeBool('optional_actions', false));
|
||||
$userPreferencesData->setResultsAsCards($this->request->analyzeBool('resultsascards', false));
|
||||
$userPreferencesData->setCheckNotifications($this->request->analyzeBool('check_notifications', false));
|
||||
$userPreferencesData->setShowAccountSearchFilters($this->request->analyzeBool('show_account_search_filters', false));
|
||||
|
||||
$this->userService->updatePreferencesById($userData->getId(), $userPreferencesData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user