Sto tentando di eseguire un'azione dopo l'aggiornamento delle proprietà membro su @@ personale-informazione, ma l'evento non viene generato. Su configure.zcml ho messo il seguente:Aggiornamento dati membro plone: ProprietàUpdatedEvent non attivato
<subscriber
for="Products.PluggableAuthService.interfaces.events.IPropertiesUpdatedEvent"
handler=".subscribers.propertiesUpdated"
/>
ho già provato ad utilizzare IPDB per verificare se è in esecuzione propertiesUpdated di subscribers.py, ma non è.
Ho controllato il bug report https://bugs.launchpad.net/zope-pas/+bug/795086, che dice che questo bug è stato corretto, ma non funziona ancora.
Sto usando PluggableAuthService 1.10.0.
C'è un modo migliore per risolvere questo problema?
Il bug https://bugs.launchpad.net/zope-pas/+bug/795086 riguardava problemi nell'evento stesso, non il fatto che non sia stato attivato. IMHO è un nuovo bug. – amleczko
Potrebbe essere il motivo: https://dev.plone.org/ticket/13661? –
Non vedo [dev.plone.org/ticket/13661](https://dev.plone.org/ticket/13661) in relazione con questo problema – jtmolon