From: SourceForge.net <no...@so...> - 2008-09-30 16:42:46
|
/mod/article item #2138556, was opened at 2008-09-30 12:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2138556&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tommy de Jesus (trf0000) Assigned to: Nobody/Anonymous (nobody) Summary: list articles in a group. Initial Comment: I think this is still a bit flawed as even dieties need to be in all groups to filter by group, but right now it looks at the wrong table. lines 57-58 $db->addWhere('phpws_key_view.group_id', $s_arr['groups']); $db->addWhere('phpws_key_view.key_id', 'article.key_id'); should be: $db->addWhere('phpws_key_edit.group_id', $s_arr['groups']); $db->addWhere('phpws_key_edit.key_id', 'article.key_id'); } Still for or diety access, all groups should display. for users that have unrestricted access, only the restricted groups they belong to should display. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2138556&group_id=81360 |