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

Verification requests fail due to broken JS #44

Open
phptek opened this issue Dec 13, 2018 · 1 comment
Open

Verification requests fail due to broken JS #44

phptek opened this issue Dec 13, 2018 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@phptek
Copy link
Owner

phptek commented Dec 13, 2018

Admin URL format seems to have changed such that verification requests are no longer working. The fault lies in the poor URL parsing in client/dist/js/verifiable.js and the model ID not being passed to the rest of the JS logic.

Solutions:

  • Remove all non-numeric values from urlArray and take the first nmeric value that comes after the selected ClassName.
@phptek phptek added this to the 1.0 milestone Dec 13, 2018
@phptek phptek added the bug Something isn't working label Dec 13, 2018
@phptek
Copy link
Owner Author

phptek commented Jan 18, 2019

Interestingly, things seem to work on framework 4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant