Display the notice only once

[MAILPOET-2724]
This commit is contained in:
Pavel Dohnal
2020-03-23 13:57:42 +01:00
committed by Veljko V
parent d102362e34
commit f7b8bb65f8
5 changed files with 20 additions and 1 deletions

View File

@ -21,6 +21,7 @@ class UserFlagsController {
'last_announcement_seen' => false,
'editor_tutorial_seen' => false,
'display_new_form_editor_nps_survey' => false,
'transactional_emails_opt_in_notice_dismissed' => false,
];
$this->userFlagsRepository = $userFlagsRepository;
}