Done ticket GEPAFINBE-202

This commit is contained in:
piyushkag
2025-04-17 12:27:38 +05:30
parent af622208ed
commit 809c89deed
15 changed files with 730 additions and 18 deletions

View File

@@ -1665,7 +1665,7 @@ public class ApplicationEvaluationDao {
});
}
private String getLabelFromSettings(ContentResponseBean contentResponseBean) {
public String getLabelFromSettings(ContentResponseBean contentResponseBean) {
String label = contentResponseBean.getLabel();
if (contentResponseBean.getSettings() != null) {
for (SettingResponseBean setting : contentResponseBean.getSettings()) {