Skip to content

Commit

Permalink
Merge pull request #97 from jweiland-net/updateSolrLinksToServiceBW2
Browse files Browse the repository at this point in the history
Update solr links to service bw2
  • Loading branch information
sfroemkenjw committed Apr 26, 2024
2 parents 2ef6e6f + c169214 commit c9722b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Configuration/TypoScript/Solr/setup.typoscript
Expand Up @@ -14,7 +14,7 @@ plugin.tx_solr.index.queue {
url = TEXT
url {
typolink.parameter = {$plugin.tx_servicebw2.solr.organisationsEinheiten.detailPage}
typolink.additionalParams = &tx_servicebw2_organizationalunitsshow[id]={field:uid}&tx_servicebw2_organizationalunitsshow[action]=show&tx_servicebw2_organizationalunitsshow[controller]=Organisationseinheiten
typolink.additionalParams = &tx_servicebw2_servicebw[id]={field:uid}&tx_servicebw2_servicebw[action]=show&tx_servicebw2_servicebw[controller]=Organisationseinheiten
typolink.additionalParams.insertData = 1
typolink.useCacheHash = 1
typolink.returnLast = url
Expand All @@ -35,7 +35,7 @@ plugin.tx_solr.index.queue {
url = TEXT
url {
typolink.parameter = {$plugin.tx_servicebw2.solr.lebenslagen.detailPage}
typolink.additionalParams = &tx_servicebw2_lifesituationsshow[id]={field:uid}&tx_servicebw2_lifesituationsshow[action]=show&tx_servicebw2_lifesituationsshow[controller]=Lebenslagen
typolink.additionalParams = &tx_servicebw2_servicebw[id]={field:uid}&tx_servicebw2_servicebw[action]=show&tx_servicebw2_servicebw[controller]=Lebenslagen
typolink.additionalParams.insertData = 1
typolink.useCacheHash = 1
typolink.returnLast = url
Expand All @@ -56,7 +56,7 @@ plugin.tx_solr.index.queue {
url = TEXT
url {
typolink.parameter = {$plugin.tx_servicebw2.solr.leistungen.detailPage}
typolink.additionalParams = &tx_servicebw2_servicesshow[id]={field:uid}&tx_servicebw2_servicesshow[action]=show&tx_servicebw2_servicesshow[controller]=Leistungen
typolink.additionalParams = &tx_servicebw2_servicebw[id]={field:uid}&tx_servicebw2_servicebw[action]=show&tx_servicebw2_servicebw[controller]=Leistungen
typolink.additionalParams.insertData = 1
typolink.useCacheHash = 1
typolink.returnLast = url
Expand Down
5 changes: 5 additions & 0 deletions Documentation/ChangeLog/Index.rst
Expand Up @@ -7,6 +7,11 @@
ChangeLog
=========

Version 6.0.6
=============

* [BUGFIX] Use correct URL for service BW 2 links in solr ResultSet

Version 6.0.5
=============

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Expand Up @@ -4,7 +4,7 @@
[general]

project = service_bw2 (Service BW 2)
version = 6.0.5
version = 6.0.6
release = 6.0
copyright = since 2013 by jweiland.net

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -8,7 +8,7 @@
'author_email' => 'projects@jweiland.net',
'author_company' => 'jweiland.net',
'state' => 'stable',
'version' => '6.0.5',
'version' => '6.0.6',
'constraints' => [
'depends' => [
'typo3' => '10.4.32-11.5.99',
Expand Down

0 comments on commit c9722b5

Please sign in to comment.