Item8982: Groups arent expanded to people.
Priority: Low
Current State: New
Released In: n/a
Target Release: n/a
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