Skip to content
GitLab
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
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • 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
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • ..
  • ForeignField
  • AbstractActionTestCase.php
Find file BlameHistoryPermalink
  • Oliver Hader's avatar
    [BUGFIX] Extbase behaviour concerning workspaces · 39796fbd
    Oliver Hader authored Jun 10, 2014 and Oliver Hader's avatar Oliver Hader committed Sep 18, 2014
    Issue #26732 introduced some behaviour into Extbase that cannot
    work on the long-run. The usual behaviour of TYPO3 is "fetch
    live, then overlay". Avoiding that chain might lead to
    several side-effects.
    
    This change integrates a new property "_versionedUid" than
    contains the specific uid of the versioned record (this is
    similar to the already existing _localizedUid property).
    Besides that, changes of issue #26732 are reverted.
    
    Functional frontend tests are enabled for live and workspace
    for all IRRE ForeignField scenarios.
    
    Resolves: #59107
    Releases: 6.2, 6.3
    Change-Id: Idc46fb86830bc3d750972adade178cf9c618ece5
    Reviewed-on: http://review.typo3.org/30688
    
    
    Reviewed-by: default avatarFabien Udriot <fabien.udriot@ecodev.ch>
    Reviewed-by: Alexander Opitz's avatarAlexander Opitz <opitz.alexander@googlemail.com>
    Tested-by: Alexander Opitz's avatarAlexander Opitz <opitz.alexander@googlemail.com>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Tested-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Reviewed-by: Oliver Hader's avatarOliver Hader <oliver.hader@typo3.org>
    Tested-by: Oliver Hader's avatarOliver Hader <oliver.hader@typo3.org>
    39796fbd