- change solr mapping of attribut 'id' do database attribute 'publish_id'
- composer updates - PagesController.php: query publish_id
This commit is contained in:
parent
3214ea91b0
commit
1dbec01782
5 changed files with 33 additions and 22 deletions
|
@ -53,7 +53,7 @@
|
|||
<!-- id -->
|
||||
<xsl:element name="field">
|
||||
<xsl:attribute name="name">id</xsl:attribute>
|
||||
<xsl:value-of select="/Opus/Rdr_Dataset/@Id" />
|
||||
<xsl:value-of select="/Opus/Rdr_Dataset/@PublishId" />
|
||||
</xsl:element>
|
||||
|
||||
<!-- year -->
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue