You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save Prompt shouldn't show up when there is no change in the data in both Registration and Clinical apps.
Description
We should show Save Prompt in Registration First page/Clincal Consultation page only when there is new obs have entered or exiting obs have changed. But for now irrespective of the above check the popup shows up.
Steps to Reproduce:
Registration App:
Add the below configuration in registration/app.json file under config section
“config” : {
“showSaveConfirmDialog” : true
}
2. Go to Registration -> new patient/ edit existing patient
3. Don't enter any data or change existing data
4. Try to navigate from the page to search/home page
5. You would be able to see the below Save Prompt even there is no new data has added.
Clinical App:
Add the below configuration in clinical/app.json file under config section
“config” : {
“showSaveConfirmDialog” : true
}
2. Go to clinical -> select a patient from Active Queue -> Go to Consultation
3. Don't enter any data or change existing data
4. Try to navigate from the page to "Go to IPD dashboard" page/ Patient Queue page
5. You would be able to see the below Save Prompt even there is no new data has added.
The text was updated successfully, but these errors were encountered:
Save Prompt shouldn't show up when there is no change in the data in both Registration and Clinical apps.
Description
We should show Save Prompt in Registration First page/Clincal Consultation page only when there is new obs have entered or exiting obs have changed. But for now irrespective of the above check the popup shows up.
Steps to Reproduce:
Registration App:
“config” : {
“showSaveConfirmDialog” : true
}
2. Go to Registration -> new patient/ edit existing patient
3. Don't enter any data or change existing data
4. Try to navigate from the page to search/home page
5. You would be able to see the below Save Prompt even there is no new data has added.
Clinical App:
“config” : {
“showSaveConfirmDialog” : true
}
2. Go to clinical -> select a patient from Active Queue -> Go to Consultation
3. Don't enter any data or change existing data
4. Try to navigate from the page to "Go to IPD dashboard" page/ Patient Queue page
5. You would be able to see the below Save Prompt even there is no new data has added.
The text was updated successfully, but these errors were encountered: