Skip to content

Commit

Permalink
Merge pull request #207 from plone/maurits-warnings
Browse files Browse the repository at this point in the history
Fix DeprecationWarnings.
  • Loading branch information
gforcada authored Jan 21, 2025
2 parents 791facf + 74bdfc9 commit 9f294ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions news/4090.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix DeprecationWarnings. [maurits]
6 changes: 3 additions & 3 deletions plone/dexterity/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@

<subscriber
for=".interfaces.IDexterityFTI
zope.container.interfaces.IObjectAddedEvent"
zope.lifecycleevent.interfaces.IObjectAddedEvent"
handler=".fti.ftiAdded"
/>

<subscriber
for=".interfaces.IDexterityFTI
zope.container.interfaces.IObjectRemovedEvent"
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
handler=".fti.ftiRemoved"
/>

<subscriber
for=".interfaces.IDexterityFTI
zope.container.interfaces.IObjectMovedEvent"
zope.lifecycleevent.interfaces.IObjectMovedEvent"
handler=".fti.ftiRenamed"
/>

Expand Down

0 comments on commit 9f294ec

Please sign in to comment.