Project

General

Profile

Actions

Bug #86602

closed

Ext: seo sitemap for records broken

Added by Susanne Moog over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
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
            }
          }
        }
      }
    }
  }
}

  1. Add TS from above
  2. Call frontend sitemap with ?type=1533906435
  3. Go to the example sitemap
  4. Check links: In the resulting urls the "tx_example_detail[id]=<uid>" parameter is missing.

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #86598: TypoScript for fieldToParameterMap does not work (wrong assignment Key => Value)Closed2018-10-08

Actions
Has duplicate TYPO3 Core - Bug #86716: RecordsXmlSitemapDataProvider not workingClosed2018-10-23

Actions
Actions #1

Updated by Gerrit Code Review over 5 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

Actions #2

Updated by Wittkiel Gruppe over 5 years ago

See also issue #86598, can also be closed after this fix.

Actions #3

Updated by Georg Ringer over 5 years ago

  • Has duplicate Bug #86598: TypoScript for fieldToParameterMap does not work (wrong assignment Key => Value) added
Actions #4

Updated by Gerrit Code Review over 5 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

Actions #5

Updated by Susanne Moog over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Georg Ringer over 5 years ago

  • Has duplicate Bug #86716: RecordsXmlSitemapDataProvider not working added
Actions #7

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF