Skip to content

Commit

Permalink
Fix broken CMFDynamicViewFTI import.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Apr 13, 2023
1 parent ba8ed0b commit 533e7a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
3.0.1 (unreleased)
------------------

- Fix broken CMFDynamicViewFTI import.
[thet]

- Fix byline viewlet name
[frapell]

Expand Down
2 changes: 1 addition & 1 deletion src/plone/app/standardtiles/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from plone.uuid.interfaces import IUUID
from Products.CMFCore.interfaces import IFolderish
from Products.CMFCore.utils import getToolByName
from Products.CMFDynamicViewFTI.interface import IBrowserDefault
from Products.CMFDynamicViewFTI.interfaces import IBrowserDefault
from Products.CMFPlone.browser.navtree import NavtreeQueryBuilder
from Products.CMFPlone.browser.navtree import SitemapNavtreeStrategy
from Products.CMFPlone.interfaces import INonStructuralFolder
Expand Down

0 comments on commit 533e7a9

Please sign in to comment.