[B#2975997] ApplyAccessFilter Not Passing Both Booleans

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2975997
This commit is contained in:
Redhuan D. Oon 2010-03-25 00:52:11 +00:00
parent cc066a06c8
commit 88f1cd175a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class MGoal extends X_PA_Goal
{
List<MGoal> list = new Query(ctx,I_PA_Goal.Table_Name,null,null)
.setOrderBy("SeqNo")
.setApplyAccessFilter(true)
.setApplyAccessFilter(false,true)
.setOnlyActiveRecords(true)
.list();
for(MGoal goal:list)