Bug #19653
FE - React - Email Parameter Setting - Error when add new data
Status: | Closed | Start date: | 02 February 2024 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | chok yee fan | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
Scenario:
Click Email Parameter Setting -> add fill the form -> save
issue
----
Got issue when try to add new data
expected
----
Can add new data
History
#1 Updated by chok yee fan 11 months ago
- Assignee changed from chok yee fan to Nityanantan Nityanantan
take note on startBlastTime & endBlastTime, database only need time. so just ignore the date it will return inccorect date to FE, but the time is correct.
http://localhost:8081/api/emailConfigWs/createAction
{
"emailConfigEntity": {
"status": "A",
"connCode": "connCode",
"connDesc": "connDesc",
"isDefault": "Y",//Y or N
"numberOfRetry": "1",
"password": "asd",
"port": "123",
"retryInterval": "2",
"senderId": "Sender Id",
"server": "server",
"startBlastTime":"17:31",
"endBlastTime":"17:31"
}
}
http://localhost:8081/api/emailConfigWs/viewAction
{
"emailConfigBean": {
"configId": 14
}
}
chok: updateAction set the modify date and modify user id
Chok authored just now
set the time only for fields
"startBlastTime":"17:31",
"endBlastTime":"17:31",
remove createForm
https://dev.silverlakemobility.com/redmine/issues/19653
#2 Updated by Nityanantan Nityanantan 11 months ago
- Status changed from New to Resolved
- Assignee changed from Nityanantan Nityanantan to Hazimi Muhammad
Nity- fixed the error when add new data in email parameter settings.
#3 Updated by Hazimi Muhammad 11 months ago
- Status changed from Resolved to Feedback
- Assignee changed from Hazimi Muhammad to chok yee fan
Issue had been fix.
Now can add new data.
Click Email Parameter Setting -> add fill the form -> save -> new data has been add
#4 Updated by chok yee fan 11 months ago
- Status changed from Feedback to Closed
use new redmine to trace if have issue