Skip to content

Commit

Permalink
Revert "Do not apply the theme transform over every request. Closes g…
Browse files Browse the repository at this point in the history
…h-207"

This reverts commit 5685136.
  • Loading branch information
frapell committed Apr 15, 2022
1 parent 5685136 commit bd38907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions news/207.misc

This file was deleted.

3 changes: 1 addition & 2 deletions src/plone/app/theming/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from zope.component import adapter
from zope.interface import implementer
from zope.interface import Interface
from zope.location.interfaces import ILocation

import logging

Expand All @@ -26,7 +25,7 @@


@implementer(ITransform)
@adapter(ILocation, IThemingLayer)
@adapter(Interface, IThemingLayer)
class ThemeTransform(object):
"""Late stage in the 8000's transform chain. When plone.app.blocks is
used, we can benefit from lxml parsing having taken place already.
Expand Down

0 comments on commit bd38907

Please sign in to comment.