Question
Per TWiki document:
The GROUP variable is a comma-separated list of Users and/or other Groups. Example:
Set GROUP =
SomeUser,
OtherUser,
SomeGroup
We defined our group
AbcGroup0 like:
We expects
AbcGroup1 and User1 will be the member of
AbcGroup0, but sounds doesn't work, at least for webnotifition function.
After digged around, in Access.pm,
if( /^\s+\*\sSet\sGROUP\s*\=\s*(.*)/ )
is used to get group and user names.
So sounds we have to define our group member like:
I am just wondering the "," seperated solution looks more nature, is it possible for Access.pm to change to allow ","?
Thanks
Environment
--
JackYu - 01 Mar 2005
Answer
You should only define one bullet with a comma list. Two GROUP bullets do not work, this is undefined.
--
PeterThoeny - 02 Mar 2005
--
JackYu - 02 Mar 2005
Then seems there is some problem in web notify.
I add
AbcGroup0 to the notify list, but notification email won't come to those users.
After I trace down, seems Access.pm won't return user list correctly if there is "," in the list.
--
JackYu - 02 Mar 2005
Any one could comment on that?
Thanks.
--
JackYu - 04 Mar 2005
This is gone in
DevelopBranch. I can't comment on MAIN. i.e. it will be fixed in
DakarRelease. For now, you will have to live with it.
--
CrawfordCurrie - 05 Mar 2005