diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2026-02-02 14:51:34 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2026-02-02 14:51:34 +0100 |
| commit | bd6891dfc0eb1b694668170742e6d48f211385d8 (patch) | |
| tree | ca1523bc085ad23e1123bd5cb06d300325e825dd /app/controllers/settings | |
| parent | 991f2829e266bfcaf51fbf465e3ed82887770bc6 (diff) | |
send new request mails to more users with resource permissions, added RESOURCES_DISABLE_MAIL_ON_NEW_REQUEST personal configtic-05810
Diffstat (limited to 'app/controllers/settings')
| -rw-r--r-- | app/controllers/settings/general.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/settings/general.php b/app/controllers/settings/general.php index 0d1daa3..82754b2 100644 --- a/app/controllers/settings/general.php +++ b/app/controllers/settings/general.php @@ -68,6 +68,7 @@ class Settings_GeneralController extends Settings_SettingsController $this->config->store('TOUR_AUTOSTART_DISABLE', Request::int('tour_autostart_disable')); if ($this->show_room_management_autor_config) { $this->config->store('RESOURCES_CONFIRM_PLAN_DRAG_AND_DROP', Request::int('resources_confirm_plan_drag_and_drop')); + $this->config->store('RESOURCES_DISABLE_MAIL_ON_NEW_REQUEST', Request::int('resources_disable_mail_on_new_request')); } if (Request::int('personal_notifications_activated')) { |
