cannot add multiple users in workflow

Author Message

Marko Žmak

Friday 13 January 2006 12:20:27 am

I wanted to add more than one user that approves workflow but after I added the first one, the "Add User" button is disabled.

Is this a bug or a missing feature?

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Łukasz Serwatka

Friday 13 January 2006 12:24:30 am

Hi Marko,

Currently only one user can approve content, so that's why the button is disable after you added it. This is not a bug.

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

Siniša Šehović

Friday 13 January 2006 1:06:58 am

Hi

I have a problem too! Can't add user to workflow.

Can't assign user from custom user class to workflow?!?

What could be the problem?

S.

---
If at first you don't succeed, look in the trash for the instructions.

Łukasz Serwatka

Friday 13 January 2006 1:32:16 am

Can't assign user from custom user class to workflow?!?

This is because "user" class id is hard coded in approve workflow event.

Check in file ezapprovetype.php line 351:

There is

'class_array' => array ( 'user' ) )

add your custom class id

'class_array' => array ( 'user', 'custom_class_id' ) )

Could you post bug report? This should be configurable in INI file.

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

Siniša Šehović

Friday 07 April 2006 6:59:09 am

Hi Lukasz

After installing OE I can't add custom user class anymore?!?

What to do?

Best regards,
S.

---
If at first you don't succeed, look in the trash for the instructions.

Kåre Køhler Høvik

Friday 07 April 2006 7:09:17 am

Hi

Please take a look at the eZApprove2 approve workflow event I added earlier today. http://ez.no/community/contribs/workflow/ezapprove2

It will you to add multiple users to the approval2 workflow.

Kåre Høvik

Siniša Šehović

Friday 07 April 2006 7:30:55 am

Hi Kåre

I tried your extension but can't add users from custom user class!?

I need some help here!

Best regards,
S.

---
If at first you don't succeed, look in the trash for the instructions.

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 18 2025 16:21:44
Script start
Timing: Jan 18 2025 16:21:44
Module start 'layout'
Timing: Jan 18 2025 16:21:44
Module start 'content'
Timing: Jan 18 2025 16:21:45
Module end 'content'
Timing: Jan 18 2025 16:21:45
Script end

Main resources:

Total runtime1.0679 sec
Peak memory usage4,096.0000 KB
Database Queries73

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.1641152.6406
Module start 'layout' 0.00530.0026 741.804739.4766
Module start 'content' 0.00791.0576 781.2813679.5391
Module end 'content' 1.06550.0023 1,460.820316.1406
Script end 1.0678  1,476.9609 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.3278160.0002
Check MTime0.00140.1298160.0001
Mysql Total
Database connection0.00080.079610.0008
Mysqli_queries1.000093.6470730.0137
Looping result0.00070.0684710.0000
Template Total1.038197.220.5191
Template load0.00220.201520.0011
Template processing1.036097.013920.5180
Template load and register function0.00010.009410.0001
states
state_id_array0.00090.082910.0009
state_identifier_array0.00160.147620.0008
Override
Cache load0.00180.1680460.0000
Sytem overhead
Fetch class attribute can translate value0.00060.052740.0001
Fetch class attribute name0.00090.0842110.0001
XML
Image XML parsing0.00190.175240.0005
class_abstraction
Instantiating content class attribute0.00000.0019140.0000
General
dbfile0.00160.1453360.0000
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
7content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 32
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs