Updates to default list view: remove moniker, and handle label vs. local name from sparql query rather than a data postprocessor
This commit is contained in:
parent
87dc7698e1
commit
0f3491f42d
4 changed files with 9 additions and 17 deletions
|
@ -6,4 +6,4 @@
|
|||
is also used to generate the property statement during a deletion.
|
||||
-->
|
||||
|
||||
<a href="${profileUrl(statement.object)}">${statement.name!}</a> ${statement.moniker!}
|
||||
<a href="${profileUrl(statement.object)}">${statement.label!statement.localName!}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue