rebel-l / jirastats

A tool for collecting and presenting some statistcs about your Jira project.
GNU General Public License v3.0
3 stars 0 forks source link

Frontend is not displaying anything if no project is selected #8

Open rebel-l opened 6 years ago

rebel-l commented 6 years ago

Steps to reproduce:

  1. load application
  2. don't select a project
  3. click button Progress

Application is showing up empty screen and needs to be reloaded.

Reason: Backend response is http code 400 which means an error. This error is not handled in client application.