Beneficiary must be able to add to favorite a Call

This commit is contained in:
harish
2024-10-14 15:39:34 +05:30
parent ee59ae10c4
commit 82bf9ff789
18 changed files with 610 additions and 4 deletions

View File

@@ -229,5 +229,16 @@ application.submitted.cannot.change=The submitted application cannot be changed.
# Call Document Messages
call.documents.fetch.success=Documents fetched successfully.
call.documents.not.found=No documents found for the specified call.
# Beneficiary Preferred Call messages
beneficiary.preferred.call.status.updated.success=Beneficiary preferred call status updated successfully.
beneficiary.preferred.calls.get.all.success=All beneficiary preferred calls fetched successfully.
beneficiary.preferred.call.created.success=Beneficiary preferred call created successfully.
beneficiary.preferred.call.get.success=Beneficiary preferred call retrieved successfully.
beneficiary.preferred.call.delete.success=Beneficiary preferred call deleted successfully.
beneficiary.preferred.calls.get.success=All beneficiary preferred calls retrieved successfully.
beneficiary.preferred.call.updated.success=Beneficiary preferred call updated successfully.
beneficiary.preferred.call.not.found=Beneficiary preferred call not found.
either.user.or.beneficiary.id.required = User ID or Beneficiary ID not present.
userId.and.beneficiaryId.error = Both userId and beneficiaryId cannot be provided at the same time.
User.not.found.with.the.given.beneficiaryID=User not found with the given beneficiary ID.