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

Fix: ui select option rendering #1867

Merged
merged 4 commits into from
Jul 18, 2017

Conversation

jniles
Copy link
Collaborator

@jniles jniles commented Jul 14, 2017

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.

This commit fixes the visibility issues on the `ui-select` in the price
list modal.  The selection is now rendered on the same line without
breaks.

Additionally, all translate filters have been converted to translate
directives.
This commit adds "edit" to the pencil icon/button on the price list page
to make it clearer what the action is.
This commit fixes all the ui-selects on the inventory group
configuration pages.  The labels are now displayed inline.  It also
updates the translate filter to translate directives where applicable.
The inventory groups page has now been updated with text on buttons so
that users understand what the button does.  Additionally, the link to
the inventory registry has been beautified.
@jniles
Copy link
Collaborator Author

jniles commented Jul 18, 2017

bors r+

bors bot added a commit that referenced this pull request Jul 18, 2017
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.
@bors
Copy link
Contributor

bors bot commented Jul 18, 2017

Build succeeded

@bors bors bot merged commit 5646251 into IMA-WorldHealth:master Jul 18, 2017
@jniles jniles deleted the fix-ui-select-option-rendering branch July 18, 2017 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(inventory): ui-selects are buggy (refactor) improvements to the Inventory Groups Page
1 participant