Skip to content

Commit

Permalink
Import loader from YAFOWIL.
Browse files Browse the repository at this point in the history
Without doing this, various built-in widgets aren't registered, which
results in mysterious KeyError messages when people try to configure
LDAP in Plone.

Fixes collective#97 and collective#92.
  • Loading branch information
al45tair committed Feb 20, 2020
1 parent 9065f4a commit f713b1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ New features:

Bug fixes:

- *add item here*

- Import loader from YAFOWIL.
Fixes `issue #97 <https://github.com/collective/pas.plugins.ldap/issues/97>`_
and `issue #92 <https://github.com/collective/pas.plugins.ldap/issues/92>`_.
[al45tair]

1.7.1 (2020-02-14)
------------------
Expand Down
1 change: 1 addition & 0 deletions src/pas/plugins/ldap/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from pas.plugins.ldap.interfaces import ICacheSettingsRecordProvider
from pas.plugins.ldap.interfaces import ILDAPPlugin
from Products.Five import BrowserView
from yafowil import loader
from yafowil.base import ExtractionError
from yafowil.base import UNSET
from yafowil.controller import Controller
Expand Down

0 comments on commit f713b1d

Please sign in to comment.