From 18153c80c0e5bc758ae6ee6cd21a3bb04541fbf9 Mon Sep 17 00:00:00 2001 From: Satyam Rajkumar Singh Date: Wed, 24 Jun 2026 11:13:20 +0530 Subject: [PATCH 1/2] Print Stage status comment update. --- admin-ui/src/assets/i18n/eng.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-ui/src/assets/i18n/eng.json b/admin-ui/src/assets/i18n/eng.json index 77e0e59..026de3d 100644 --- a/admin-ui/src/assets/i18n/eng.json +++ b/admin-ui/src/assets/i18n/eng.json @@ -1403,8 +1403,8 @@ "RPR-OSI-SUCCESS-001": "OSI Validation is Successful", "RPR-MSS-SUCCESS-001": "Notification Sent Successfully", "RPR-MSS-FAILED-001": "Email ID or Phone or Template or Notification Type is Missing", - "RPR-PPS-SUCCESS-001": "PDF is added to Queue for Printing", - "RPR-PPS-FAILED-001": "PDF was not added to Queue due to Queue Failure", + "RPR-PPS-SUCCESS-001": "The application has been sent to the card printing system", + "RPR-PPS-FAILED-001": "The application has not been sent to the card printing system due to Failure", "RPR-PPS-SUCCESS-002": "Printing and Post Completed", "RPR-PPS-SUCCESS-003": "Re-Sent UIN Card for Printing", "RPR-BDP-SUCCESS-001": "Biometric Deduplication In-Progress", From e6485b560631e641faa28ed375c29fec1286c02b Mon Sep 17 00:00:00 2001 From: Satyam Rajkumar Singh Date: Wed, 24 Jun 2026 11:14:49 +0530 Subject: [PATCH 2/2] Removed the 'name' field from the entity specification and updated the 'filtername' label from 'Name' to 'Full Name'. --- .../src/assets/entity-spec/lost-rid-status.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/admin-ui/src/assets/entity-spec/lost-rid-status.json b/admin-ui/src/assets/entity-spec/lost-rid-status.json index aa3d7f0..c6a73df 100644 --- a/admin-ui/src/assets/entity-spec/lost-rid-status.json +++ b/admin-ui/src/assets/entity-spec/lost-rid-status.json @@ -34,17 +34,6 @@ "linkType": "", "LinkURL": "", "noSort": "true" - }, - { - "name": "name", - "showInListView": "true", - "showInSingleView": "true", - "label": {"eng": "Name","ara": "اسم","fra": "prénom","tam": "பெயர்","hin": "नाम","kan": "ಹೆಸರು"}, - "sortOrder": "3", - "showAsLink": "", - "linkType": "", - "LinkURL": "", - "noSort": "true" } ], "paginator": {}, @@ -76,7 +65,7 @@ { "filtername": "name", "filterlabel": { - "eng": "Name", + "eng": "Full Name", "ara": "اسم", "fra": "prénom", "tam": "பெயர்",