Updated application validation related to company delegation

This commit is contained in:
harish
2024-10-09 20:13:08 +05:30
parent db23bd5ec4
commit e94be7eb33
6 changed files with 34 additions and 4 deletions

View File

@@ -198,5 +198,6 @@ public class GepafinConstant {
public static final String DELEGATION_NOT_FOUND = "delegation.not.found";
public static final String USER_COMPANY_RELATION_NOT_FOUND = "user.company.relation.not.found";
public static final String DELEGATION_DELETE_SUCCESS = "delegation.delete.success";
public static final String USER_NOT_AUTHORIZED_TO_CREATE_APPLICATION = "user.not.authorized.create.application";
}