Folder icon missing in ZMI

Bug #693315 reported by Stefan Loidl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Products.LDAPUserFolder
Fix Released
Low
Unassigned

Bug Description

If LDAPUserFolder 2.18 is installed in Zope 2.13.1, the user folder icon is missing in the ZMI tree menu (left frame).

If the following patch is applied to LDAPUserFolder.py the icon is displayed again:

35a36
> from AccessControl import userfolder as accesscontrol_userfolder
66c67
< class LDAPUserFolder(BasicUserFolder):
---
> class LDAPUserFolder(accesscontrol_userfolder.UserFolder, BasicUserFolder):

Regards,
Stefan

Revision history for this message
Jens Vagelpohl (dataflake-deactivatedaccount-deactivatedaccount) wrote :

Thanks for the report. This bug is now fixed and a new release will come out shortly:

http://svn.dataflake.org/viewvc?view=revision&revision=2052

Changed in ldapuserfolder:
status: New → Fix Committed
importance: Undecided → Low
assignee: nobody → Jens Vagelpohl (dataflake)
Revision history for this message
Jens Vagelpohl (dataflake-deactivatedaccount-deactivatedaccount) wrote :

Products.LDAPUserFolder version 2.19, which includes this fix, is now released on PyPI.

Changed in ldapuserfolder:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.