mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
40648: fix for filters
This commit is contained in:
@@ -269,7 +269,7 @@ public class SimpleSearch extends AbstractSearch implements CacheableProcessingC
|
|||||||
//print the display value
|
//print the display value
|
||||||
AuthorityValue authorityValue = authorityValueService.findByUID(context, value);
|
AuthorityValue authorityValue = authorityValueService.findByUID(context, value);
|
||||||
if (authorityValue != null) {
|
if (authorityValue != null) {
|
||||||
row.addCell("", Cell.ROLE_DATA, "discovery-filter-display-value-cell").addText("filter_" + index, "discovery-filter-display-value").setValue(authorityValue.getValue());
|
row.addCell("", Cell.ROLE_DATA, "discovery-filter-display-value-cell hidden").addText("filter_display_value_" + index, "discovery-filter-display-value").setValue(authorityValue.getValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Add a box so we can search for our value
|
//Add a box so we can search for our value
|
||||||
|
Reference in New Issue
Block a user