Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • ..
  • Localization
  • DataMapProcessor.php
Find file Blame History Permalink
  • ohader's avatar
    [BUGFIX] Avoid invalid references in DataMapProcessor · 88290dd4
    ohader authored Nov 15, 2017 and ohader's avatar ohader committed Nov 16, 2017
    If DataMapProcessor is called with a non-reference id, e.g.
    zero (0), this submission is considered as a reference. Since
    there is no database record having UID 0, the synchronization
    process fails with the following exeception:
    
    	#1486233164: Child record was not processed
    
    To solve this behavior, invalid references (empty/zero) are
    not considered anymore to compare references. Besides that,
    values for localized records that are configured to be
    synchronized are sanitized correctly now.
    
    Resolves: #83009
    Releases: master, 8.7
    Change-Id: Ie370007521c45dac8bca03978a387b4662952b1d
    Reviewed-on: https://review.typo3.org/54655
    
    
    Tested-by: default avatarTYPO3com <no-reply@typo3.com>
    Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
    Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
    Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
    Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
    88290dd4