Bug #19653

FE - React - Email Parameter Setting - Error when add new data

Added by Hazimi Muhammad 9 months ago. Updated 8 months ago.

Status:ClosedStart date:02 February 2024
Priority:NormalDue 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

WhatsApp Image 2024-02-02 at 3.33.43 PM.jpeg (117 KB) Hazimi Muhammad, 02 February 2024 03:33 PM

History

#1 Updated by chok yee fan 9 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

https://dev.silverlakemobility.com/gitlab/mleb-solution-domain/smesd100/mleb-am/-/commit/ea977abc27cfdb377c15fb34fc44791bda6f8e3f

#2 Updated by Nityanantan Nityanantan 8 months ago

  • Status changed from New to Resolved
  • Assignee changed from Nityanantan Nityanantan to Hazimi Muhammad

#3 Updated by Hazimi Muhammad 8 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 8 months ago

  • Status changed from Feedback to Closed

use new redmine to trace if have issue

Also available in: Atom PDF