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

powertag reference_id is not splitting on "$" character for blend operations #49

Open
jywarren opened this issue Jul 19, 2016 · 0 comments
Labels

Comments

@jywarren
Copy link
Member

jywarren commented Jul 19, 2016

Please describe your problem in detail, including:

What happened before you saw the error

I was trying to blend spectrum https://spectralworkbench.org/spectrums/83393 (A1) with https://spectralworkbench.org/spectrums/5199 (A2) with the following expression:

A1/A2

But this generates the path .../latest_snapshot/12345$A1/A2. The character / messes up the Rails routing system.

The real issue here is that we should ensure that the URL is being generated by splitting on the $ character just as it ought to on the # character.

Writing a test and fix for this now.

@jywarren jywarren added the bug label Jul 19, 2016
@jywarren jywarren changed the title Division symbol causes route error for snapshot request, OR snapshot request is not splitting on "$" character powertag reference_id is not splitting on "$" character for blend operations Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant