Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibility
  • TYPO3.CMS
  • Repository

Switch branch/tag
  • TYPO3.CMS
  • ..
  • Utility
  • BackendUtilityTest.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [BUGFIX] Improve loading of related records in Backend UI · a22be10b
    Benni Mack authored Jul 27, 2021 and Christian Kuhn's avatar Christian Kuhn committed Jul 29, 2021
    This change uses RelationHandler for foreign_table / allowed and MM
    in BackendUtility::getProcessedValue in a consistent way.
    
    In addition, the RelationHandler now fetches the full
    record by default and adds this to the processed array, making
    fewer queries to the database by fetching each record
    fully directly.
    
    Some bugs are fixed with that:
    * FAL images (as in all inline fields) in list module now have the correct order
    * Fewer DB queries when fetching relations in Group field in FormEngine
    
    Setting the option in RelationHandler to fetch all fields by default
    avoids unneeded calls in general when fetching the records.
    
    Resolves: #94651
    Releases: master
    Change-Id: I8261a0c2657b9b71ae7cdc686ee43eaa7461c8b6
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70117
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    a22be10b

Replace BackendUtilityTest.php

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.