-
Notifications
You must be signed in to change notification settings - Fork 106
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
Javascript error on add project page #714
Comments
Can we close this? @Zlopez |
Yes, this is fixed. |
Any workaround to add a project before 0.15 released on release-monitoring.org ? |
Everything should work, but the fields aren't hide or shown when backend is changed. So you can add new projects, but you'll see more fields than we actually use. In the meantime you can look at the staging instance of Anitya and see what fields are currently used there. The staging is running on 0.15.0 already. Look at the id of the fields. |
Issue
Javascript is not working on https://release-monitoring.org/project/new, because of the syntax error in javascript.
This is related to this line, which is missing the
;
. Also it looks like the jinja is removing\n
, so the next line is actually appended to previous line.Solution
Add missing
;
Add empty line before jinja
if
statementThe text was updated successfully, but these errors were encountered: