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

Create error dialog component #467

Merged
merged 9 commits into from
May 23, 2017
Merged

Conversation

martinRenou
Copy link
Member

@martinRenou martinRenou commented May 23, 2017

This error dialog has an errorList as model. Each error is an object containing a title, a code and a message. Errors are queued until there is no more error to display. The user can click on "ok" button to see the next error in the queue, or click "cancel" button to remove all the errors.

@codecov-io
Copy link

codecov-io commented May 23, 2017

Codecov Report

Merging #467 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #467   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files          88       88           
  Lines        4077     4077           
  Branches      259      259           
=======================================
  Hits         3887     3887           
  Misses        138      138           
  Partials       52       52

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e729787...baf0c1e. Read the comment docs.

@martinRenou martinRenou merged commit b756507 into master May 23, 2017
@martinRenou martinRenou deleted the create_error_dialog_component branch May 23, 2017 14:43
@stefanoborini stefanoborini added this to the 1.2.0 milestone May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants