-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
analytics viewlet breaks if registry record is not defined #227
Comments
Actually that was added to the init: |
This is still broken on coredev 5.2:
Maybe |
Reverting this line should fix the issue: Anyway the sweetest thing would be making |
I will try to investigate more and make a PR in the evening |
Making it a method should be enough I think, with |
Funny enough yesterday I got a PR (plone/plone.app.testing#64) failing for this reason: https://jenkins.plone.org/job/pull-request-5.2-3.7/842/console |
Analytics viewlet: make webstats_js a property, so that it does not rely on an a call to the update method to be correctly evaluated Fixes #227
After #220 the fallback of returning an empty string if the webstat_js record was not found was removed.
That causes a rendering error:
The text was updated successfully, but these errors were encountered: