Done ticket GEPAFINBE-180
This commit is contained in:
@@ -184,8 +184,11 @@ public class EmailNotificationDao {
|
||||
// Extract data from forms
|
||||
for (ApplicationFormEntity form : forms) {
|
||||
String content = form.getForm().getContent();
|
||||
List<Map<String, Object>> result = filterByName(content, "fileupload");
|
||||
allFormFields.addAll(getIdAndLabelFromResult(result));
|
||||
List<Map<String, Object>> fileUploadResult = filterByName(content, "fileupload");
|
||||
allFormFields.addAll(getIdAndLabelFromResult(fileUploadResult));
|
||||
|
||||
List<Map<String, Object>> fileSelectResult = filterByName(content,GepafinConstant.FILE_SELECT);
|
||||
allFormFields.addAll(getIdAndLabelFromResult(fileSelectResult));
|
||||
}
|
||||
|
||||
// Process allFormFields and generate bullet points
|
||||
|
||||
Reference in New Issue
Block a user