New contrib: Locations (workflow event)

Author Message

Łukasz Serwatka

Sunday 18 September 2005 1:25:15 am

With this workflow event you can automate publishing process. You can publish article/image/file or other object in multiple locations. Additional object locations you can define in configuration INI file.

Check it here:
http://ez.no/community/contribs/workflow/locations_workflow_event

Enjoy!

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Xavier Dutoit

Sunday 18 September 2005 3:38:22 am

Hi Lukasz,

Just to fully understood, what's the benefit of using the workflow over SetPlacementNodeIDArray[] into the edit form ?

Thanks in advance,

X+

http://www.sydesy.com

Łukasz Serwatka

Sunday 18 September 2005 4:12:03 am

Hi Xavier,

Maintenance, better is keep data about new locations for objects created from custom classes in INI file (especially when I need use that functionality in several places in website), than adding more and more hidden fields in templates. This is just alternative. You decide what you will use.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Claudia Kosny

Monday 27 November 2006 4:42:41 am

Hi Lukasz

I can't get your extension to work on EZ 3.8.3. If I print the node assignment (directly after the line where it is stored) I get this:

eznodeassignment Object
(
    [PersistentDataDirty] => 
    [ID] => 456
    [RemoteID] => 0
    [ParentRemoteID] => 
    [ContentobjectID] => 245
    [ContentObjectVersion] => 23
    [ParentNode] => 83
    [SortField] => 2
    [SortOrder] => 0
    [Main] => 0
    [FromNodeID] => 0
    [TempNode] => 
    [Name] => 
    [OpCode] => 3
)

Unfortunately the content object does not appear under the additional node assignment and I have no idea what to do.
The trigger is set to content before publish. The designated parentnode for the new assignment is a container. I don't get any debug or error messages. I have emptied the cache before and after editing an object to make sure it is not a caching problem.

I have also tried to trigger this event on after publish and then publish the object again within this event but the result is the same.

Could you give me any hints on how to troubleshoot this?

EDIT:
Solved, the problem was a) that I need to use $parameters['version'] instead of $object->attribute( 'current_version' ) as the current version is the published version instead of the version that is in the process of being published
and b) I had to update the function publishNode in \kernel\content\ezcontentoperationcollection.php to the 3.8.4 version.

Not sure why, but it works fine now.
/EDIT

Thanks

Claudia

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 31 2025 04:34:25
Script start
Timing: Jan 31 2025 04:34:25
Module start 'layout'
Timing: Jan 31 2025 04:34:25
Module start 'content'
Timing: Jan 31 2025 04:34:25
Module end 'content'
Timing: Jan 31 2025 04:34:25
Script end

Main resources:

Total runtime0.0159 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.0063 588.1563151.2109
Module start 'layout' 0.00630.0034 739.367236.6484
Module start 'content' 0.00960.0047 776.015694.2813
Module end 'content' 0.01440.0015 870.296933.9922
Script end 0.0158  904.2891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002716.8373140.0002
Check MTime0.00127.7143140.0001
Mysql Total
Database connection0.00074.496910.0007
Mysqli_queries0.003019.119630.0010
Looping result0.00000.171410.0000
Template Total0.00117.010.0011
Template load0.00095.523710.0009
Template processing0.00021.500510.0002
Override
Cache load0.00063.839910.0006
General
dbfile0.00031.834280.0000
String conversion0.00000.064640.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