Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

When ending a session, the call to DELETE is made twice resulting in a 404 as the demo was already deleted #107

Closed
l2fprod opened this issue Jan 27, 2017 · 0 comments
Assignees
Milestone

Comments

@l2fprod
Copy link
Member

l2fprod commented Jan 27, 2017

To reproduce:

  • Go to web ui
  • Start a demo session
  • End the session

You are correctly redirected to home page but looking at the console a 404 is logged and in the Network log, once can see two calls to DELETE the demo.

@l2fprod l2fprod added this to the 1/26 - Sprint milestone Jan 27, 2017
@l2fprod l2fprod self-assigned this Jan 27, 2017
l2fprod pushed a commit that referenced this issue Jan 27, 2017
… and one from the call to inject the “dashboard” sagas in Dashboard.js.

now instead there are registered as the dashbord sagas, ensuring they run only once.
#107
l2fprod pushed a commit that referenced this issue Jan 27, 2017
… - typically a DELETE

* no need for token when deleting a demo.
#107
l2fprod pushed a commit that referenced this issue Jan 27, 2017
…-webui into dev

* 'dev' of https://github.com/IBM-Bluemix/logistics-wizard-webui:
  * properly handle calls where the server is not returning any content - typically a DELETE * no need for token when deleting a demo. #107
  “demos” sagas where running twice. Once from the calls to createStore and one from the call to inject the “dashboard” sagas in Dashboard.js. now instead there are registered as the dashbord sagas, ensuring they run only once. #107
@rvennam rvennam closed this as completed Jan 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants