Skip to content

Commit

Permalink
MOSIP-36637, MOSIP-36640, MOSIP-36671: Resolved the bugs. (#847)
Browse files Browse the repository at this point in the history
* MOSIP-36637: Added Asterisk symbol for Partner domain field as it is an mandatory field.

Signed-off-by: Anil_Kumar_Majji <[email protected]>

* MOSIP-36671: Respective Error codes & messages were added.

Signed-off-by: Anil_Kumar_Majji <[email protected]>

---------

Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Oct 18, 2024
1 parent ce1c70e commit 6fd9c59
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pmp-reactjs-ui/public/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@
"KER-PCM-006": "لم يتم العثور على شهادات CA الجذر/CA المتوسطة.",
"KER-PCM-008": "اسم المنظمة الشريكة غير متطابق",
"KER-PCM-015": "الشهادة الموقعة ذاتيًا غير مسموح بها كشريك.",
"KER-PCM-003": "الشهادة موجودة بالفعل في المتجر",
"KER-PCM-004": "تاريخ الشهادة غير صالح.",
"KER-PCM-005": "لم يتم العثور على شهادة CA الجذر",
"KER-KMS-013": "خطأ في تحليل الشهادة. تم تجاوز التجاوز، البايتات = 917",
"KER-KMS-015": "لن يُسمح بتحميل الشهادة لتحديث شهادة المجال الأخرى.",
"PMS_AUT_001": "لم يتم العثور على جهاز تسجيل رمز النوع الفرعي للجهاز المسجل في قائمة أنواع USB",
Expand Down
2 changes: 2 additions & 0 deletions pmp-reactjs-ui/public/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,9 @@
"PMS_POL_060": "Error while fetching policy groups.",
"KER-PCM-006": "Root CA/Intermediate CA Certificates not found.",
"KER-PCM-015": "Self Signed Certificate not allowed as partner.",
"KER-PCM-003": "Certificate already exists in store.",
"KER-PCM-004": "Certificate Date is not valid.",
"KER-PCM-005": "Root CA Certificate not found.",
"KER-KMS-013": "Certificate Parsing Error.signed overrun, bytes = 917",
"KER-KMS-015": "Upload of certificate will not be allowed to update other domain certificate.",
"PMS_AUT_001": "Reg Device Sub Type Code not found in the list of Reg Device Sub Types",
Expand Down
2 changes: 2 additions & 0 deletions pmp-reactjs-ui/public/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@
"PMS_POL_060": "Erreur lors de la récupération des groupes de stratégies.",
"KER-PCM-006": "Certificats d'autorité de certification racine/autorité de certification intermédiaire introuvables.",
"KER-PCM-015": "Certificat auto-signé non autorisé en tant que partenaire.",
"KER-PCM-003": "Le certificat existe déjà en magasin.",
"KER-PCM-004": "La date du certificat n'est pas valide.",
"KER-PCM-005": "Certificat d'autorité de certification racine introuvable.",
"KER-KMS-013": "Erreur d'analyse du certificat. dépassement de signature, octets = 917",
"KER-KMS-015": "Le téléchargement du certificat ne sera pas autorisé pour mettre à jour un autre certificat de domaine.",
"PMS_AUT_001": "Code de sous-type de périphérique Reg introuvable dans la liste des sous-types de périphérique Reg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function UploadRootTrustCertificate() {
<div className={`flex-col p-6 border-2 bg-[#f9fafb] my-5 mx-4 rounded-xl justify-center items-center`}>
<DropdownComponent
fieldName='partnerDomain'
fieldNameKey='uploadRootofTrustCertificate.partnerDomain'
fieldNameKey='uploadRootofTrustCertificate.partnerDomain*'
onDropDownChangeEvent={onDomainChangeEvent}
dropdownDataList={[
{ fieldValue: 'FTM', fieldCode: 'FTM' },
Expand Down

0 comments on commit 6fd9c59

Please sign in to comment.