-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Tested with both main and p6 branch. On both the icons are missing.
Previously looked like this:
The yafowil-fontello fonts seems to be missing, the diff 4.0.0a3...5.0.0a2 does not show any changes, and the resource file are there.
Steps to reproduce:
- clone https://github.com/collective/minimalplone6
- add the
pas.plugins.ldapegg tobuildout.cfgof alternatively use branches direclty
[buildout]
...
extensions = mr.developer
auto-checkout =
pas.plugins.ldap
sources = sources
always-checkout = True
...
eggs =
...
pas.plugins.ldap
[sources]
pas.plugins.ldap = git [email protected]:collective/pas.plugins.ldap.git branch=p6
- run buildout and start instance
- create Classic UI site and activate the add-on
- open the "LDAP / Active Directory Configration"
The icons are missing for the dict widget.
jensens and mliebischer

