In the workflows, what is $collab_item.data_int3

Author Message

J-A Eberhard

Friday 21 April 2006 1:00:53 am

In ezapprove.tpl, we have a switch on $collab_item.data_int3
What this value is?
Thanks

Open Source Solution Provider
Open-Net Ltd Switzerland
http://www.open-net.ch

J-A Eberhard

Friday 21 April 2006 1:25:45 pm

The handler uses the fields data_int1, data_int2 and data_int3 to store
information on the contentobject and the approval status.

- data_int1 - The content object ID
- data_int2 - The content object version
- data_int3 - The status of the approval, see below.

$collab_item.data_int3 = 0 => Default status, no approval decision has been made

$collab_item.data_int3 = 1 => The contentobject was approved and will be published

$collab_item.data_int3 = 2 => The contentobject was denied and will be archived

$collab_item.data_int3 = 3 => The contentobject was deferred and will be a draft again for reediting

Open Source Solution Provider
Open-Net Ltd Switzerland
http://www.open-net.ch

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