Project

General

Profile

Actions

Defect #2025

closed

SMS sent do not show in general notification

Added by Tomáš Doischer over 4 years ago. Updated almost 4 years ago.


Description

If you send an SMS message, then create a log in which you set sent time like this

smsLog.setSent(new DateTime());

the frontend shows the SMS as not sent in general notifications overview (see sms_notsent.png). However, in SMS notification, it is shown as sent (see sms_sent.png). This is not correct.

We also tried to set state to the log, it had no effect:

smsLog.setState(NotificationState.ALL);

Files

sms_notsent.png (42.5 KB) sms_notsent.png Tomáš Doischer, 01/29/2020 10:22 AM
sms_sent.png (54.6 KB) sms_sent.png Tomáš Doischer, 01/29/2020 10:23 AM
Actions

Also available in: Atom PDF