3.3.0 Release Candidate Bugs
Bug | Cause | Solution | Remarks | Priority? (Blocker or not?) | Status | Reported By |
---|---|---|---|---|---|---|
O3-4490: Cursor not visible to edit Date of Birth in RegistrationTo Do | Possibly: Because not using the standard Calendar Picker in the Registration page? | ? | Grace: We should release, but we will need a patch to fix this one promptly. | Blocker | not started | Veronica & Grace |
Add config so new order types show: Imaging, Procedures. |
| the new order types can be added via Configuration. Currently, the refApp only supports 2 order types. Eg in Ozone: order types Imaging and Procedures are added via configuration |
| Nice-to-have; Not blocker | not started | Grace |
O3-4484: Patient Photo fails to load on TabletIn Progress Photos do not render in patient chart Header on physical Tablet (ok on desktop and using dev tools | Ian was able to replicate the issue on test3 on his computer. then he was able to spot the issue in the devtools console. it’s an issue with how the REST module handles http requests. Ian’s aware and planning to work on a fix |
|
| Nice-to-have; Not blocker | In Progress | Grace |
This order is defined by the this configuration here. The Network calls how that the config is not being fetched by the server, and hence the order seems incorrect. |
|
| Nice-to-have; Not blocker | fixed by Ian | Grace | |
Ward app visible in Home Left Nav |
| Same as row 1 | Same as row 1 | Fixed Blocker | Fixed | Grace |
| This is because one of the frontend modules that have the dependency `patient-common-lib` is not up to date. It's most likely the billing module. | We have removed the billing module in this PR. | It's weird that we made a new patch release since the PR was made, and the deploy build has happened but the changes are not reflected in test3. | Fixed Blocker | Fixed | Vero |
The Billing Home App is unable to fetch data, resulting in a 404 error, and continuously making requests in an infinite loop in test3. | Same as row 2, its because the backend dependency | Same as row 1 | Same as row 1 | Fixed Blocker | Fixed | Praneeth |
| Because the billing module has a dependency which is “kenyaemr” | Same as above | Same as above | Fixed Blocker | Fixed | Vero |
https://openmrs.atlassian.net/browse/O3-4488 Lost the ability to scroll on a Tablet in test3, but it's fine in dev3 |
| The re-release this Wednesday (3.3.0-rc2?) seems to have fixed the issue - both iPad and Android tablets are now scrolling fine. |
| Fixed Blocker | Cancelled | Grace |
Appointment date (in the appointment module) appears distorted while using a tablet. |
|
| Neither Dennis nor Grace could reproduce; tried other ipads and android tablet. | -- | Cancelled | Vero |
Can’t see the translated form labels for the Adult Return visit form when my locale is set to French, for example | There was a module name that wasn't updated | A new e2e test pending to cover this flow in the future - https://github.com/openmrs/openmrs-esm-patient-chart/pull/2266 | Fixed Blocker | Fixed by Pius | Dennis | |
The Error Console is really noisy with this alert whenever I am testing the Global Nav bar: | Per Dennis: this happens because the | Non-issue. it's an intentional warning message because we don't want people to copy what we're doing with the patient banner as if it were a recommended pattern. Can’t rename things without breaking the patient banner in places. | This is, in fact, the system working as intended in the sense that the extension system isn’t really set up for the same extension slot name to be used by multiple application, so this warning message is generated for the benefit of developers who may not realize they chose a name already in place. | Not blocker | Cancelled | Grace |
The question ids of the sub questions in obsgroup questions got incorrectly flagged as duplciate. | https://github.com/openmrs/openmrs-esm-form-builder/pull/409 |
| Not a blocker | Fixed | Nethmi |