Skip to content

Commit

Permalink
Merge pull request #280 from MadhuMosip/develop
Browse files Browse the repository at this point in the history
MOSIP-21307 Added new text when activate user without mapping to center.
  • Loading branch information
aranaravi authored Feb 19, 2024
2 parents 245ca5a + ecfdfeb commit ef3a79a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion admin-ui/src/app/core/services/common.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@ export class CommonService {
this.createMessage('success', callingFunction, actualData);
this.router.navigateByUrl(this.router.url);
} else {
this.createMessage('error', callingFunction, actualData);
if(response.errors[0].errorCode === 'KER-USR-025'){
this.createridMessage('error', callingFunction, response)
}else{
this.createMessage('error', callingFunction, actualData);
}
}
},
error => this.createMessage('error', callingFunction, actualData)
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,7 @@
"RPR-SEN-SUCCESS-001": "تم استلام الإخطار للمنطقة الآمنة",
"RPR-RGS-034" : "البحث بين التاريخ يجب أن يكون أقل من 30 يومًا",
"KER-MSD-394": "تعيين منطقتك مفقود. الرجاء الاتصال بالمسؤول.",
"KER-USR-025": "تعيين المركز مفقود، ولا يمكن تنشيط المستخدم.",
"ADM-AVD-001": "حدث خطأ تقني أثناء استرداد البيانات ، يرجى المحاولة مرة أخرى بعد مرور بعض الوقت.",
"ADM-AVD-002": "RID غير صالح",
"ADM-AVD-003": "لم يتم إنشاء بطاقة معرّف الطلب هذا. يُرجى التحقق من حالة المعرّف.",
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/assets/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,7 @@
"RPR-SEN-SUCCESS-001": "Notification received to securezone",
"RPR-RGS-034" : "searching between date should be less then 30 days",
"KER-MSD-394" : "Your zone mapping missing. Please contact the administrator.",
"KER-USR-025" : "Center mapping is missing, the User cannot be Activated.",
"ADM-AVD-001" : "A technical error occurred while retrieving the data, please try again after some time.",
"ADM-AVD-002" : "RID is invalid",
"ADM-AVD-003" : "The card for this request ID is not generated. Please check the status of the ID.",
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,7 @@
"RPR-SEN-SUCCESS-001": "Notification reçue à securezone",
"RPR-RGS-034" : "la recherche entre les dates doit être inférieure à 30 jours",
"KER-MSD-394" : "Votre mappage de zone est manquant. Veuillez contacter l'administrateur.",
"KER-USR-025" : "Le mappage central est manquant, l'utilisateur ne peut pas être activé.",
"ADM-AVD-001" : "Une erreur technique s'est produite lors de la récupération des données, veuillez réessayer après un certain temps.",
"ADM-AVD-002" : "Le RID est invalide",
"ADM-AVD-003" : "La carte pour cet ID de demande n'est pas générée. Veuillez vérifier l'état de l'ID.",
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/assets/i18n/hin.json
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,7 @@
"RPR-RGS-033" : "तारीख के बीच खोज 30 दिनों से कम होनी चाहिए",
"RPR-RGS-034" : "तारीख के बीच खोज 30 दिनों से कम होनी चाहिए",
"KER-MSD-394" : "आपका ज़ोन मैपिंग गुम है। कृपया व्यवस्थापक से संपर्क करें।",
"KER-USR-025" : "सेंटर मैपिंग गायब है, उपयोगकर्ता को सक्रिय नहीं किया जा सकता।",
"ADM-AVD-001" : "डेटा पुनर्प्राप्त करते समय एक तकनीकी त्रुटि हुई, कृपया कुछ समय बाद पुन: प्रयास करें।",
"ADM-AVD-002" : "RID अमान्य है",
"ADM-AVD-003" : "इस अनुरोध आईडी के लिए कार्ड नहीं बना है। कृपया आईडी की स्थिति जांचें।",
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/assets/i18n/kan.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@
"RPR-RGS-033" : "ದಿನಾಂಕದ ನಡುವೆ ಹುಡುಕಾಟವು 30 ದಿನಗಳಿಗಿಂತ ಕಡಿಮೆಯಿರಬೇಕು",
"RPR-RGS-034" : "ದಿನಾಂಕದ ನಡುವೆ ಹುಡುಕಾಟವು 30 ದಿನಗಳಿಗಿಂತ ಕಡಿಮೆಯಿರಬೇಕು",
"KER-MSD-394" : "ನಿಮ್ಮ ವಲಯ ಮ್ಯಾಪಿಂಗ್ ಕಾಣೆಯಾಗಿದೆ. ದಯವಿಟ್ಟು ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.",
"KER-USR-025" : "ಸೆಂಟರ್ ಮ್ಯಾಪಿಂಗ್ ಕಾಣೆಯಾಗಿದೆ, ಬಳಕೆದಾರರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.",
"ADM-AVD-001" : "ಡೇಟಾವನ್ನು ಹಿಂಪಡೆಯುವಾಗ ತಾಂತ್ರಿಕ ದೋಷ ಸಂಭವಿಸಿದೆ, ದಯವಿಟ್ಟು ಸ್ವಲ್ಪ ಸಮಯದ ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ.",
"ADM-AVD-002" : "RID ಅಮಾನ್ಯವಾಗಿದೆ",
"ADM-AVD-003" : "ಈ ವಿನಂತಿಯ ID ಗಾಗಿ ಕಾರ್ಡ್ ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ID ಯ ಸ್ಥಿತಿಯನ್ನು ಪರಿಶೀಲಿಸಿ.",
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/assets/i18n/tam.json
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@
"RPR-RGS-033" : "தேதிக்கு இடையே தேடுதல் 30 நாட்களுக்கு குறைவாக இருக்க வேண்டும்",
"RPR-RGS-034" : "தேதிக்கு இடையே தேடுதல் 30 நாட்களுக்கு குறைவாக இருக்க வேண்டும்",
"KER-MSD-394" : "உங்கள் மண்டல மேப்பிங் இல்லை. நிர்வாகியைத் தொடர்பு கொள்ளவும்.",
"KER-USR-025" : "மைய மேப்பிங் இல்லை, பயனரை இயக்க முடியாது.",
"ADM-AVD-001" : "தரவை மீட்டெடுக்கும் போது தொழில்நுட்ப பிழை ஏற்பட்டது, சிறிது நேரம் கழித்து மீண்டும் முயற்சிக்கவும்.",
"ADM-AVD-002" : "RID தவறானது",
"ADM-AVD-003" : "இந்தக் கோரிக்கை ஐடிக்கான கார்டு உருவாக்கப்படவில்லை. ஐடியின் நிலையைச் சரிபார்க்கவும்.",
Expand Down

0 comments on commit ef3a79a

Please sign in to comment.