Workflow trigger on delete content

Author Message

Rainer Scharinger

Friday 23 January 2009 5:43:19 am

Hi,

I am looking for a trigger on content delete and I found a kernel hack (http://ez.no/developer/contribs/hacks/content_remove_workflow).

Is this kernel hack part of the new 4.10?

Is there another way without touching the kernel code to execute my code when content is deletet?

Regards,

Thomas

Damien Pobel

Sunday 25 January 2009 4:28:58 am

HI Rainer,

This feature request comes again and again :
- http://issues.ez.no/12445
- http://issues.ez.no/10754
- http://issues.ez.no/10176
- http://ez.no/developer/forum/suggestions/requesting_remove_triggers

But this is not yet part of eZ Publish 4 even if it would be very useful ! This kernel hack is for eZ Publish 3.7 but a similar code should work with eZ Publish 4

Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish

Amine BETARI

Wednesday 06 April 2011 7:35:20 am

and it's always like that even if it is 2011
is that this problem has been resolved?

Peter Keung

Wednesday 06 April 2011 8:27:25 am

There are now a bunch of triggers that can be enabled in workflow.ini:

[OperationSettings]
# Deprecated : AvailableOperations. Use AvailableOperationList instead.
# AvailableOperations=content_publish;before_shop_confirmorder;shop_checkout
# AvailableOperations=content_publish;content_read;shop_confirmorder;shop_checkout
AvailableOperations=

# List of available trigger operations.
AvailableOperationList[]
AvailableOperationList[]=content_publish
# Other extra available operations
# Note that the code which is used to 
# implement them may be changed if needed
# we will not apply BC rules for these ones
# AvailableOperationList[]=content_sort
# AvailableOperationList[]=content_move
# AvailableOperationList[]=content_swap
# AvailableOperationList[]=content_updatemainassignment
# AvailableOperationList[]=content_addlocation
# AvailableOperationList[]=content_removelocation
# AvailableOperationList[]=content_updatepriority
# AvailableOperationList[]=content_hide
# AvailableOperationList[]=content_delete
# AvailableOperationList[]=content_updatesection
# AvailableOperationList[]=content_read
# AvailableOperationList[]=content_updateinitiallanguage
# AvailableOperationList[]=content_updatealwaysavailable
# AvailableOperationList[]=content_removetranslation
# AvailableOperationList[]=content_updateobjectstate
# AvailableOperationList[]=content_createnodefeed
# AvailableOperationList[]=content_removenodefeed
# AvailableOperationList[]=user_activation
# AvailableOperationList[]=user_password
# AvailableOperationList[]=user_forgotpassword
# AvailableOperationList[]=user_preferences
# AvailableOperationList[]=user_setsettings
AvailableOperationList[]=before_shop_confirmorder
AvailableOperationList[]=shop_checkout
AvailableOperationList[]=shop_addtobasket
AvailableOperationList[]=shop_updatebasket

That "content_delete" trigger operation will enabled "content/delete/before" and "content/delete/after".

http://www.mugo.ca
Mugo Web, eZ Partner in Vancouver, Canada

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 29 2025 23:48:49
Script start
Timing: Jan 29 2025 23:48:49
Module start 'layout'
Timing: Jan 29 2025 23:48:49
Module start 'content'
Timing: Jan 29 2025 23:48:49
Module end 'content'
Timing: Jan 29 2025 23:48:49
Script end

Main resources:

Total runtime0.0143 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 588.1406151.2109
Module start 'layout' 0.00620.0028 739.351636.6641
Module start 'content' 0.00900.0039 776.015694.2813
Module end 'content' 0.01290.0013 870.296933.9922
Script end 0.0142  904.2891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002315.9491140.0002
Check MTime0.00117.5739140.0001
Mysql Total
Database connection0.00139.151510.0013
Mysqli_queries0.003121.369530.0010
Looping result0.00000.098510.0000
Template Total0.00107.110.0010
Template load0.00085.679210.0008
Template processing0.00021.378910.0002
Override
Cache load0.00063.894610.0006
General
dbfile0.00021.691180.0000
String conversion0.00000.056840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs