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
1866: feat(patients): accept any document upload r=jniles
This commit allows any document to be uploaded and attached to a
patient. It also updates the document upload modal with the latest
header crumb and translate directives.
Closes#1823
1867: Fix: ui select option rendering r=jniles
For some reason, a `ui-select` can only have a single `<span>` element within due to a miscreated CSS selector in the bootstrap css theme. Otherwise, the text is not labeled on the same line and is misaligned. This PR fixes those issues in the prices.html file and the inventory management page.
It also uses the `translate` directive where applicable.
Closes#993. Closes#1720.
1874: fix: allow navigation to settings after 403 error r=jniles
This commit fixes a small bug does not a user log out after they have
hit the 403 state.
Closes#1862.
The following are improvements that could be made to the Inventory Groups page:
account
ui-select does not order accounts properly. It should order them based on the accounts tree ordering.create
andedit
buttons should have both text and icons. There is a confusing mixture on the current page.edit
oradd
modal on the inventory groups page throws a JS error.$state
-based routing.The text was updated successfully, but these errors were encountered: