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

Clicking Proposal from Proposals view with session timeout does not resume correctly #133

Open
jlmuir opened this issue Aug 20, 2020 · 1 comment · Fixed by #740
Open

Comments

@jlmuir
Copy link
Contributor

jlmuir commented Aug 20, 2020

Steps to Reproduce

  1. Go to the Proposals view and wait for your session to time out such that whatever you do next will redirect you to the SynchWeb log-in view.
  2. Click a Proposal. Since your session has timed out, you will be taken to the log-in view.
  3. Enter your log-in credentials and click Login.
  4. You are taken to the Visit List view.

Expected Behavior

The Visit List view displays the list of visits.

Actual Behavior

The Visit List view displays a busy indicator and does not display the list of visits.

@jlmuir jlmuir changed the title Clicking proposal from Proposals view with session timeout does not resume correctly Clicking Proposal from Proposals view with session timeout does not resume correctly Aug 20, 2020
@ndg63276
Copy link
Collaborator

Presumably because during the login process the proposal has been lost, so the visits list doesn't know which proposal you are requesting. We should at least fail more cleanly and potentially redirect back to the proposals page.
Have made internal ticket LIMS-1174 to work on this.

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 a pull request may close this issue.

2 participants