step 7 : add error msg in add and edit
This commit is contained in:
@@ -637,6 +637,7 @@ func (lh *GroupResultHandler) AddGroupResult(c echo.Context) error {
|
||||
Name: "groupresultname",
|
||||
Placeholder: "Group Result Name",
|
||||
Value: groupresultname,
|
||||
ErrorMsg: "Group Result Name Kosong",
|
||||
Type: "text", ID: "groupresultname"},
|
||||
models.CustomCheckboxv1Prm{
|
||||
Label: "Group Result Flag Per Test (Dicentang Maka Ya)",
|
||||
@@ -1095,6 +1096,7 @@ func (lh *GroupResultHandler) EditGroupResult(c echo.Context) error {
|
||||
Label: "Group Result Name",
|
||||
Name: "groupresultname",
|
||||
Placeholder: "Group Result Name",
|
||||
ErrorMsg: "Group Result Name Kosong",
|
||||
Value: groupresultname,
|
||||
Type: "text", ID: "groupresultname"},
|
||||
models.CustomCheckboxv1Prm{
|
||||
|
||||
Reference in New Issue
Block a user