| Author | Version | Downloads | Compatible with |
|---|---|---|---|
| Kåre Køhler Høvik | 0.6 | 1942 | 3.7 |
0.6:
See : http://zev.ez.no/svn/extensions/e...ve2/doc/changelogs/CHANGELOG_0.5-0.6
0.5:
See : http://zev.ez.no/svn/extensions/e...ve2/doc/changelogs/CHANGELOG_0.4-0.5
0.4:
See : http://zev.ez.no/svn/extensions/e...ve2/doc/changelogs/CHANGELOG_0.3-0.4
0.3:
See : http://zev.ez.no/svn/extensions/e...ve2/doc/changelogs/CHANGELOG_0.2-0.3
0.2:
See : http://zev.ez.no/svn/extensions/e...ve2/doc/changelogs/CHANGELOG_0.1-0.2
0.1:
- Added workflow event to contributions, 0.1 beta release.
log in or create a user account to comment.
Comments
3.9+ support?
Philip K.
Thursday 29 November 2007 4:55:24 pm
I installed it on a 3.9.0 and did all the steps in the installation manual.
When I create an object which is located in workflows' sections it will be stored anyway.
No confirmation required...
The trigger I used is "Content publish before".
Thanks for your help,
Philip
Voluntary Approve
Oliver Frommel
Wednesday 05 September 2007 10:48:37 am
We would like to extend it to make voluntary approvals possible. Now we have a setup
where an "author" (fewer privileges) can write an article that needs approval by an "editor" (more privs). Now we would like the "editor" to send an article he wrote for approval by
another "editor". Ideally both of them should be able to approve the article in the end.
As you might note this is less of a formal approval but just to cross check the articles on a voluntary basis. Right now this does not work because the articles of the "editor" get published right away, probably because he is in the group which is allowed to approve.
Where and how can we start to implement the desired behaviour?
best
Oliver
Re: Reporting bugs
Tobias Struckmeier
Friday 15 June 2007 2:09:45 pm
Until we have no separate project/category in the issue tracker for this. We agreed internally that it is ok for _this_ extension to report there.
Reporting bugs
Bertrand Dunogier
Friday 15 June 2007 12:50:04 pm
Bug found
Brendan Pike
Saturday 17 March 2007 12:54:17 pm
I discovered in 3.8.6 that of an approver edits the object waiting their approval and then discards the edit the object appears to get stuck in the workflow. The original editor does receive a message saying the approval was denied but the object remains in workflow but can not be accessed via collaboration. My expected behavior was for the object to remain in waiting for approval since it was neither approved or denied, but I don't mind if it is denied cleanly either.
Thanks
Brendan
Re: Small typo bug in ezxapprove2type.php
Tobias Struckmeier
Thursday 01 March 2007 3:00:19 pm
Small typo bug in ezxapprove2type.php
Hans Erik C. Hansen
Thursday 01 March 2007 1:43:52 pm
I found a small typo bug at line 127 in the ezxapprove2type.php file in ./eventtypes/event/ezxapprove2/.
The contant "EZ_WORKFLOW_TYPE_STATUS_WORKFLOW_CANCELLED" is
missing an L here.
Otherwise a good extension. Keep up the good work.
Installation:
Kristian Hole
Tuesday 25 July 2006 12:04:08 am
I expanded the installation document a little to explain how to use it (will be included in the next release). The text is as following:
3.6.1
johnny muller
Thursday 15 June 2006 2:54:14 pm
By default, in my ezp browse.ini I have
DefaultReturnType=NodeID
So when I browse Users to add a group or a user, when submiting the content/browser, you code check in extension\ezapprove2\eventtypes\event\ezxapprove2 l.488
if ( $http->hasPostVariable( 'SelectedObjectIDArray' ) ...
What you have to do is add a file in extension\ezapprove2\settings\browse.ini.append.php with :
<?php
/*
[SelectMultipleUsers]
ReturnType=ObjectID
*/?>
(I don't believe you have to set ObjectID, you can set whatever you want, because ezp test only :
$isNodeSelection = $ini->variable( $actionName, 'ReturnType' ) == 'NodeID';
if ( $isNodeSelection )
$postName = 'SelectedNodeIDArray';
else
$postName = 'SelectedObjectIDArray';
Cool Stuff!
Pratibha Gannavarapu
Thursday 27 April 2006 2:58:10 am
The functionality is just great.Thx for the contribution!
The one step that I had to add in my workflow setup was that to add the exclude user group without which it was an infinite process and my article never got published!
But I am loving the features
Cheers
Pratibha
big tx + german translation
Georg Franz
Thursday 20 April 2006 9:59:19 pm
big tx for that contrib!
I've created a german translation file of it, I you like you can add it to the contrib, write me an email - gwf@verlagfranz.com - I'll send it to you.
Best wishes,
Georg.
Also part of eZ newsletter solution
Tobias Struckmeier
Thursday 13 April 2006 4:35:50 pm
Great
Sinisa Sehovic
Wednesday 12 April 2006 1:56:29 pm
This is one great extension!
Thanx!
s.
Great contribution
Brendan Pike
Monday 10 April 2006 6:50:23 am
An extra suggestion that I think many people would find useful is the ability for approval to only be needed if there is a change in certain class attributes. For example if someone alters a photo don't ask for approval, or if someone attaches a binary then do ask for approval.
I especially like the fact you can edit the object now too!
Congratulation!
Xavier Dutoit
Saturday 08 April 2006 4:19:29 pm
Many thanks !