Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-32809 resolved data update after update success until page is refreshed #715

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ input::-webkit-inner-spin-button {
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}

@media screen and (max-width:600px){
.mat-card{
padding: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ input.readonly{
.contact-lable{
overflow-wrap: break-word;
color: #000000 !important;
margin: 0 2px 0 3px;
}
.contact-lable-dummy{
height: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h3 [style.font-size]="fontSize.headingForUIN" class="tab-headings">{{'updatedem

<td width="3%" class="ele-for-lap-tab-card"></td>
<td class="width-of-input ele-for-lap-tab-card">
<label [style.font-size]="fontSize.paragraph">{{field.labelName[langCode][1]}}</label>
<label style="margin: 0 2px 0 3px;" [style.font-size]="fontSize.paragraph">{{field.labelName[langCode][1]}}</label>
</td>
</tr>
<ng-container *ngIf="typeOf(userInfo[field.attributeName]) !== 'string'">
Expand Down Expand Up @@ -974,7 +974,7 @@ <h3 [style.font-size]="fontSize.headingForUIN" class="tab-headings">{{'updatedem
<mat-grid-tile>
<div class="mini-card"
*ngIf="field.tabgroup === 'notificationLanguage' && field.controlType === 'dropdown'">
<mat-card-title [style.font-size]="fontSize.paragraph">{{field.labelName[langCode][0]}}</mat-card-title>
<mat-card-title style="margin-right:3px;" [style.font-size]="fontSize.paragraph">{{field.labelName[langCode][0]}}</mat-card-title>
<span *ngIf="buildJSONData[field.attributeName]"><input [style.font-size]="fontSize.paragraph" style="border: none;" type="text"
class="readonly" readonly="true" disabled="true"
[value]="buildJSONData[field.attributeName].value"></span>
Expand All @@ -983,7 +983,7 @@ <h3 [style.font-size]="fontSize.headingForUIN" class="tab-headings">{{'updatedem
<mat-grid-tile>
<div class="mini-card"
*ngIf="field.tabgroup === 'notificationLanguage' && field.controlType === 'dropdown'">
<mat-card-title [style.font-size]="fontSize.paragraph">{{field.labelName[langCode][1]}}</mat-card-title>
<mat-card-title style="margin-right:3px;" [style.font-size]="fontSize.paragraph">{{field.labelName[langCode][1]}}</mat-card-title>
<mat-select #matSelect [style.font-size]="fontSize.paragraph" [placeholder]="field.placeHolder[langCode]" disableOptionCentering class="enable-dropdown"
[(ngModel)]="selected2" id="{{field.attributeName}}"
(selectionChange)="capturePerfLang($event, field.attributeName)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ export class UpdatedemographicComponent implements OnInit, OnDestroy {

getPendingDrafts(){
this.dataStorageService.getPendingDrafts(this.langCode).subscribe((response) =>{
this.getUpdateMyDataSchema();
if(!this.schema)
this.getUpdateMyDataSchema();
if(response['response']){
if(!response['response'].drafts.length){
this.cancellable = false;
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "لقد عثرنا على طلب تحديث بيانات موجود والذي لا يزال قيد التقدم. لكي تتمكن من رفع طلب جديد، سيتعين عليك حذف الطلب الحالي.",
"viewMore":"عرض المزيد",
"viewLess":"عرض أقل",
"warnMsg":"هل أنت متأكد من رغبتك في إلغاء طلب تحديث البيانات الحالي لتحديث بياناتك؟",
"warnMsg":"هل أنت متأكد من رغبتك في إلغاء الطلب الحالي لتحديث البيانات المختارة؟",
"warnMsgTwo":"لا يمكنك إلغاء هذا الطلب لأنه لا يزال في حالة انتظار. يرجى المحاولة بعد مرور بعض الوقت."
},
"draftCanceled":"لقد تم إلغاء طلب تحديث البيانات الحالي الخاص بك بنجاح. يمكنك الآن المتابعة لرفع طلب آخر لتحديث البيانات."
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "We have found an existing Data Update Request which is still in progress. In order to raise a new request, you will have to delete the existing request.",
"viewMore":"View More",
"viewLess":"View Less",
"warnMsg":"Are you sure you want to cancel the existing Data Update Request to update your data?",
"warnMsg":"Are you sure you want to cancel the existing request to update the chosen data?",
"warnMsgTwo":"You cannot cancel this request since it is still in Pending state. Please try after sometime."
},
"draftCanceled":"Your existing Data Update Request has been successfully canceled. You can now proceed to raise another Data Update request."
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "Nous avons trouvé une demande de mise à jour des données existante qui est toujours en cours. Afin de soulever une nouvelle demande, vous devrez supprimer la demande existante.",
"viewMore":"Voir plus",
"viewLess":"Voir moins",
"warnMsg":"Êtes-vous sûr de vouloir annuler la demande de mise à jour des données existante pour mettre à jour vos données?",
"warnMsg":"Êtes-vous sûr de vouloir annuler la demande existante de mise à jour des données choisies?",
"warnMsgTwo":"Vous ne pouvez pas annuler cette demande car elle est toujours à l'état En attente. S'il vous plaît, essayez après un certain temps."
},
"draftCanceled":"Votre demande de mise à jour de données existante a été annulée avec succès. Vous pouvez maintenant procéder à une autre demande de mise à jour des données."
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/hin.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "हमें एक मौजूदा डेटा अपडेट अनुरोध मिला है जो अभी भी प्रगति पर है। नया अनुरोध करने के लिए, आपको मौजूदा अनुरोध को हटाना होगा।",
"viewMore":"और देखें",
"viewLess":"कम देखें",
"warnMsg":"क्या आप वाकई अपने डेटा को अपडेट करने के लिए मौजूदा डेटा अपडेट अनुरोध को रद्द करना चाहते हैं?",
"warnMsg":"क्या आप वाकई चुने गए डेटा को अपडेट करने के मौजूदा अनुरोध को रद्द करना चाहते हैं?",
"warnMsgTwo":"आप इस अनुरोध को रद्द नहीं कर सकते क्योंकि यह अभी भी लंबित स्थिति में है। कृपया कुछ देर बाद प्रयास करें।"
},
"draftCanceled":"आपका मौजूदा डेटा अपडेट अनुरोध सफलतापूर्वक रद्द कर दिया गया है। अब आप एक और डेटा अपडेट अनुरोध बढ़ाने के लिए आगे बढ़ सकते हैं।"
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/kan.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಡೇಟಾ ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಯನ್ನು ನಾವು ಕಂಡುಕೊಂಡಿದ್ದೇವೆ ಅದು ಇನ್ನೂ ಪ್ರಗತಿಯಲ್ಲಿದೆ. ಹೊಸ ವಿನಂತಿಯನ್ನು ಸಂಗ್ರಹಿಸಲು, ನೀವು ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ವಿನಂತಿಯನ್ನು ಅಳಿಸಬೇಕಾಗುತ್ತದೆ.",
"viewMore":"ಇನ್ನಷ್ಟು ವೀಕ್ಷಿಸಿ",
"viewLess":"ಕಡಿಮೆ ವೀಕ್ಷಿಸಿ",
"warnMsg":"ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಡೇಟಾ ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?",
"warnMsg":"ಆಯ್ಕೆಮಾಡಿದ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?",
"warnMsgTwo":"ಈ ವಿನಂತಿಯು ಇನ್ನೂ ಬಾಕಿಯಿರುವ ಸ್ಥಿತಿಯಲ್ಲಿರುವುದರಿಂದ ನೀವು ಈ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗುವುದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸ್ವಲ್ಪ ಸಮಯದ ನಂತರ ಪ್ರಯತ್ನಿಸಿ."
},
"draftCanceled":"ನಿಮ್ಮ ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಡೇಟಾ ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ. ನೀವು ಈಗ ಮತ್ತೊಂದು ಡೇಟಾ ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಯನ್ನು ಹೆಚ್ಚಿಸಲು ಮುಂದುವರಿಯಬಹುದು."
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/spa.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "Hemos encontrado una solicitud de actualización de datos existente que aún está en curso. Para generar una nueva solicitud, deberá eliminar la solicitud existente.",
"viewMore":"Ver más",
"viewLess":"Ver menos",
"warnMsg":"¿Está seguro de que desea cancelar la Solicitud de actualización de datos existente para actualizar sus datos?",
"warnMsg":"¿Está seguro de que desea cancelar la solicitud existente para actualizar los datos elegidos?",
"warnMsgTwo":"No puede cancelar esta solicitud ya que todavía está en estado Pendiente. Inténtalo después de un tiempo."
},
"draftCanceled":"Su solicitud de actualización de datos existente se canceló exitosamente. Ahora puede proceder a generar otra solicitud de Actualización de datos."
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/assets/i18n/tam.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"descriptionDetails": "ஏற்கனவே உள்ள தரவு புதுப்பிப்பு கோரிக்கையை நாங்கள் கண்டறிந்துள்ளோம், அது இன்னும் செயல்பாட்டில் உள்ளது. புதிய கோரிக்கையை எழுப்ப, ஏற்கனவே உள்ள கோரிக்கையை நீக்க வேண்டும்.",
"viewMore":"மேலும் பார்க்க",
"viewLess":"குறைவாக பார்க்கவும்",
"warnMsg":"உங்கள் தரவைப் புதுப்பிக்க, ஏற்கனவே உள்ள தரவு புதுப்பிப்பு கோரிக்கையை நிச்சயமாக ரத்து செய்ய விரும்புகிறீர்களா?",
"warnMsg":"தேர்ந்தெடுக்கப்பட்ட தரவைப் புதுப்பிக்க ஏற்கனவே உள்ள கோரிக்கையை நிச்சயமாக ரத்து செய்ய விரும்புகிறீர்களா?",
"warnMsgTwo":"இந்தக் கோரிக்கை இன்னும் நிலுவையில் உள்ளதால் அதை ரத்து செய்ய முடியாது. சிறிது நேரம் கழித்து முயற்சிக்கவும்."
},
"draftCanceled":"உங்கள் தற்போதைய தரவு புதுப்பிப்பு கோரிக்கை வெற்றிகரமாக ரத்துசெய்யப்பட்டது. நீங்கள் இப்போது மற்றொரு தரவு புதுப்பிப்பு கோரிக்கையை எழுப்ப தொடரலாம்."
Expand Down
Loading