PMCORE-3673: When a case is reassigned or paused the "Notify users of case" does not work

This commit is contained in:
Rodrigo Quelca
2024-01-18 19:18:19 +00:00
parent dc07a3ddf7
commit fda156f070
2 changed files with 4 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ export let cases = {
unpaused_time: data.unpausedTime,
index: data.DEL_INDEX,
reason: data.reasonPause,
sendMail: data.notifyUser
sendMail: data.notifyUser || false
},
keys: {
app_uid: data.APP_UID