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 Usage UI Regression #1053

Merged
merged 2 commits into from
Sep 19, 2019
Merged

Fix Usage UI Regression #1053

merged 2 commits into from
Sep 19, 2019

Conversation

ryanrath
Copy link
Contributor

@ryanrath ryanrath commented Sep 19, 2019

Description

  • Fixed std-error checkbox being enabled vs. disabled for statistics.
  • Fixed chart exception handling to work when the response does not contain
    json. Uses the standard presentFailure function instead of a message box.
  • Also updated the presentFailure function so that the wrapped message is
    displayed on the next line.

Motivation and Context

Having a UI that works as expected is good.

Tests performed

Manual testing was performed on local docker instances.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project as found in the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

- Fixed std-error checkbox being enabled vs. disabled for statistics.
- Fixed chart exception handling to work when the response does not contain
  json. Uses the standard `presentFailure` function instead of a message box.
- Also updated the `presentFailure` function so that the wrapped message is
  displayed on the next line.

Co-Authored-By:Benjamin D. Plessinger <ben@plessinger.us>
@plessbd plessbd added this to the 8.5.0 milestone Sep 19, 2019
@plessbd plessbd added the autodoc:ignore Auto documentation ignore this PR label Sep 19, 2019
@ryanrath ryanrath merged commit cf85af6 into ubccr:xdmod8.5 Sep 19, 2019
smgallo added a commit that referenced this pull request Sep 19, 2019
* Add file locking to Data Warehouse Export script (#1029)

* Remove data files for deleted export requests (#1030)

* update roadmap url (#1031)

* Bug fixes: Add mask and make chart name unique

* Refresh clears the search field

* Add help window for Dashboard Components

* Update profile editor for renamed rest interface.

* Update dashboard chart display algorithm

* Add help images for core dashboard components (#1044)

* Add help images for core dashboard components

* Minor text changes (#1045)

* Fix metric explorer metric and dimension display bug.

* Add ability to hide realm from the metric catalog

* Fix Usage UI Regression (#1053)

* Fix Usage UI Regression

Co-Authored-By:Benjamin D. Plessinger <ben@plessinger.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodoc:ignore Auto documentation ignore this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants