Skip to content

Commit 556ec2c

Browse files
committed
Include configuration description in auth logo description
1 parent 748ef14 commit 556ec2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/labkey/api/security/AuthenticationLogoType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private AuthenticationLogoType()
4646
TableInfo table = CoreSchema.getInstance().getTableInfoAuthenticationConfigurations();
4747

4848
return new SQLFragment("SELECT EntityId, ")
49-
.append(table.getSqlDialect().concatenate("'Configuration #'", "CAST(RowId AS VARCHAR)"))
49+
.append(table.getSqlDialect().concatenate("'Configuration #'", "CAST(RowId AS VARCHAR)", "' ('", "description", "')'"))
5050
.append(" AS Description FROM ")
5151
.append(table, "acs");
5252
}

0 commit comments

Comments
 (0)