step 11 : add toast for error in survey and kartu kontrol
This commit is contained in:
@@ -9,23 +9,6 @@ func GetIdSurveyMcu(id string) string {
|
||||
return id
|
||||
}
|
||||
|
||||
// func ConcatHxIncludeSurveyMcu(data []models.ItemSurveyMcu) string {
|
||||
// var stringx string
|
||||
|
||||
// if len(data) > 0 {
|
||||
// for i, v := range data {
|
||||
// if i > 0 {
|
||||
// stringx += ", "
|
||||
// }
|
||||
// stringx += "[name='radio-" + v.IDItemSurvey + "'], [name='default-radio-" + v.IDItemSurvey + "'], [name='id-radio']"
|
||||
// }
|
||||
// }
|
||||
|
||||
// stringx += ",[name='saranMcu']"
|
||||
|
||||
// return stringx
|
||||
// }
|
||||
|
||||
func ConcatHxIncludeSurveyMcu(dataSurveyMcu []models.SurveyMcu) string {
|
||||
var elements []string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user