-
Bug
-
Resolution: Fixed
-
Low
-
3.14.0, 3.14.2
-
None
-
5
-
Severity 2 - Major
-
3
-
Description
- Seems like a reoccurrence of https://jira.atlassian.com/browse/JSDSERVER-5713
- The toggle option to "not send" notification does not stay toggled if the "Customer Notification" page is accessed multiple times in quick succession (within 2 or 3 seconds).
Steps to reproduce
- Install JSD 3.14.2.
- Create a project.
- Navigate to Customer Notifications UI page screenshot-1.png.
- Toggle the option to "not send" notification.
- Navigate to another page such as "Satisfaction Settings" screenshot-2.png
- Return to the Customer Notifications UI page screenshot-3.png. The toggle is now off. There would be a duplicate row in the DB screenshot-4.png when querying
select * from "AO_54307E_CAPABILITY" where "CAPABILITY_NAME" like 'CUSTOMER_INVITE_EMAIL_SUPPRESSED%';
- Do step 3, 4 and 5 quickly within 3 seconds.
- is related to
-
JSDSERVER-5713 Error when disabling account creation emails
- Closed