Ticket #13195 (confirmed Bug)
plone.app.debugtoolbar assumes existance of concatenatedresources
Reported by: | adamcheasley | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | General | Version: | 4.2 |
Keywords: | debugtoolbar | Cc: |
Description (last modified by adamcheasley) (diff)
It appears that plone.app.debugtoolbar assumes that self.css.concatenatedservices exists/is available. This causes an attribute error in some cases:
- URL: /home/zope/buildout-cache/eggs/plone.app.debugtoolbar-1.0a2-py2.7.egg/plone/app/debugtoolbar/browser/theme.pt
...
- Expression: <PathExpr standard:u'view/css/concatenatedresources'>
... AttributeError: concatenatedresources
Change History
Note: See
TracTickets for help on using
tickets.