NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item8982: Groups arent expanded to people.
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
New |
Extension |
ApprovalPlugin |
|
ApprovalPlugin#Notes: "This plugin should work with groups defined in the transition table, but this is currently untested. If you want to use groups, please let us know your findings in
Foswiki:Support.ApprovalPlugin."
Have just tested using groups, but there's just a notification
you're not authorized... so evidently groups are not expanded to people.
--
TorbenGB - 06 May 2010
That's still not working
--
HenrySeventyEight - 20 Mar 2012
This fixes the groups issue (test ongoing, use at your own risk):
ApprovalPlugin.pm
< return 1 if Foswiki::Func::isGroupMember($_);
>
return 1 if Foswiki::Func::isGroupMember($_);
--
HenrySeventyEight - 02 Jul 2012
ApprovalPlugin.pm
694c693
< return 1 if Foswiki::Func::isGroupMember($_);
---
> return 1 if !Foswiki::Func::isGroupMember($_);
--
HenrySeventyEight - 02 Jul 2012