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

Generated analytics.yml template contains incorrect YAML syntax #516

Closed
kerchner opened this issue Jun 9, 2014 · 0 comments
Closed

Generated analytics.yml template contains incorrect YAML syntax #516

kerchner opened this issue Jun 9, 2014 · 0 comments
Milestone

Comments

@kerchner
Copy link
Contributor

kerchner commented Jun 9, 2014

Although all lines are commented out in the analytics.yml file copied to /config by the sufia:models:usagestats generator, the lines are of the form:
# :key: VALUE
whereas they should be:
# key: VALUE (no colon)
If the lines are uncommented and the leading colons are left in, the Analytics action link on an item breaks, resulting in a "TypeError in GenericFilesController#stats -- no implicit conversion of nil into String" error.

@jcoyne jcoyne modified the milestone: Backlog Jun 23, 2014
@jcoyne jcoyne closed this as completed in c26ab29 Jul 23, 2014
jcoyne added a commit that referenced this issue Jul 23, 2014
Removed extraneous colons preceding key names.  Fixes #516
jcoyne pushed a commit that referenced this issue Nov 17, 2016
Move multiple_upload partial to curation_concerns/base
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

2 participants