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

Creating sample with same name from within tube view fails without feedback #170

Open
fanis opened this issue Sep 4, 2019 · 0 comments
Open

Comments

@fanis
Copy link
Contributor

fanis commented Sep 4, 2019

Using v 1.7.10

Recreate:

  • assume a sample job exists with name = SAMPLE1 on tube = TUBE1
  • navigate to /?action=manageSamples and then to /?action=newSample
  • attempt to add new sample job with same name = SAMPLE1
  • get expected response " You already have a job with this name "
  • now go to tube = TUBE1 view and wait for a Ready job (pause tube or worker)
  • click on Add to samples button above job, enter same name SAMPLE1 and hit Save
  • no feedback or action is taken
  • viewing the browser developer console, I see an XHR POST to /?action=addSample that leads to a response of Object { result: false, error: "You already have a job with this name" }, but it is not displayed in the UI anywhere.
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

No branches or pull requests

1 participant