Skip to content

Commit b5a7ea0

Browse files
authored
GitHub #503: Add option to open URL links in a new tab in the domain designer UI (LabKey Issue: 54178) (#974)
- urlTargetWindow -> urlTarget
1 parent 850d6db commit b5a7ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/src/org/labkey/flow/persist/FlowKeywordAuditProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public TableInfo createTableInfo(UserSchema userSchema, ContainerFilter cf)
7676
url.setStrictContainerContextEval(true);
7777
table.setDetailsURL(url);
7878
table.getMutableColumn(COLUMN_NAME_FILE).setURL(url);
79-
table.getMutableColumn(COLUMN_NAME_FILE).setURLTargetWindow("_blank");
79+
table.getMutableColumn(COLUMN_NAME_FILE).setURLTarget("_blank");
8080

8181
return table;
8282
}

0 commit comments

Comments
 (0)