Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • ..
  • Controller
  • ActionController.php
Find file BlameHistoryPermalink
  • Torben Hansen's avatar
    [BUGFIX] Do not add 'offlineMode' setting in extbase by default · 0742875f
    Torben Hansen authored Sep 11, 2021 and Anja Leichsenring's avatar Anja Leichsenring committed Sep 11, 2021
    Since #94057, ['offlineMode' => false] is added to the settings array
    in ActionController by default. This has most likely been added by
    mistake, since it is not used in extbase but in ext:extensionmanager.
    
    This patch removes the default 'offlineMode' setting in extbase and
    ensures, it is always defined in ext:extensionmanager.
    
    Resolves: #95187
    Related: #94057
    Releases: master
    Change-Id: Id43ea5b4ea598f374193e9119aad1397e9e4aef8
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71028
    
    
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    0742875f