[ 1747150 ] Can't add attributes to attribute set

This commit is contained in:
Heng Sin Low 2007-07-04 02:43:17 +00:00
parent 2a68e12763
commit 6775570207
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ public final class MLookup extends Lookup implements Serializable
public ArrayList<Object> getData (boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary) public ArrayList<Object> getData (boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
{ {
// create list // create list
ArrayList<Object> list = getData (onlyValidated, temporary); ArrayList<Object> list = getData (onlyValidated, true);
// Remove inactive choices // Remove inactive choices
if (onlyActive && m_hasInactive) if (onlyActive && m_hasInactive)