Actions
Bug #86602
closedExt: seo sitemap for records broken
Start date:
2018-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The sitemap for records does not use the fieldToParameterMap fields data to generate links.
Steps to reproduce:
TypoScript example:
plugin.tx_seo {
config {
xmlSitemap {
sitemaps {
example {
provider = TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider
config {
table = tx_example_domain_model_records
sortField = sorting
lastModifiedField = tstamp
pid = 10
url {
pageId = 123
fieldToParameterMap {
uid = tx_example_detail[id]
}
useCacheHash = 1
}
}
}
}
}
}
}
- Add TS from above
- Call frontend sitemap with ?type=1533906435
- Go to the example sitemap
- Check links: In the resulting urls the "tx_example_detail[id]=<uid>" parameter is missing.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58598
Updated by Wittkiel Gruppe about 6 years ago
See also issue #86598, can also be closed after this fix.
Updated by Georg Ringer about 6 years ago
- Has duplicate Bug #86598: TypoScript for fieldToParameterMap does not work (wrong assignment Key => Value) added
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58598
Updated by Susanne Moog about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 70e31eea262573767749875a77aada6e000321a7.
Updated by Georg Ringer about 6 years ago
- Has duplicate Bug #86716: RecordsXmlSitemapDataProvider not working added
Actions