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

Don't check if dexterity is present #49

Merged
merged 1 commit into from Mar 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,10 @@ Changelog
1.5.9 (unreleased)
------------------

- Nothing changed yet.
- Don't check if dexterity is present by importing from plone.directives, grok
is no longer part of dexterity.
[fredvd]



1.5.8 (2016-02-02)
Expand Down
1 change: 0 additions & 1 deletion plone/app/linkintegrity/handlers.py
Expand Up @@ -41,7 +41,6 @@ def uuidToObject(uuid):
from plone.app.textfield import RichText
from plone.dexterity.interfaces import IDexterityFTI
from plone.dexterity.utils import getAdditionalSchemata
from plone.directives.form import Schema
HAS_DEXTERITY = True
except:
HAS_DEXTERITY = False
Expand Down