Skip to content

Commit 3c04dd1

Browse files
Merge 23.3 to develop
2 parents 1f37303 + 5788146 commit 3c04dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/src/org/labkey/laboratory/query/LaboratoryTableCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public TableInfo getLookupTableInfo()
299299
if (null == _table)
300300
{
301301
// get forWrite==true because we modify this table
302-
TableInfo ti = ((UserSchema)getSchema()).getTable(_tableName, getLookupContainerFilter(), true, true);
302+
TableInfo ti = targetSchema.getTable(_tableName, getLookupContainerFilter(), true, true);
303303

304304
((MutableColumnInfo)ti.getColumn(qd.getTargetColumn())).setKeyField(true);
305305

0 commit comments

Comments
 (0)