Liane Hampe 77df49993c Fixes Column 'dmsf_mail_notification' cannot be null
The partial app/views/dmsf_state/_user_pref.html.erb uses a condition
to include the email_notify setting only if the corresponding
notified_event is enabled. The database field email_notify, however,
does not accept a null value. But this is what occurs when the notified
event is disabled.

This patch changes the DmsfStateController to assign params[:email_notify]
only if the notified_event for dmsf_legacy_notifications is enabled.
2024-11-25 10:29:36 +01:00
..
2024-11-19 13:03:07 +01:00
2024-07-11 12:25:10 +02:00
2024-11-21 07:56:33 +01:00
2024-10-16 09:39:06 +02:00
2024-11-18 17:55:46 +01:00
2024-11-18 17:55:46 +01:00
2024-11-18 17:55:46 +01:00
2024-11-18 17:55:46 +01:00