Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • backend
  • Classes
  • Utility
  • BackendUtility.php
Find file BlameHistoryPermalink
  • Oliver Bartsch's avatar
    [BUGFIX] Restore record date fields for all users · e9c190bf
    Oliver Bartsch authored Jan 24, 2023
    Prior to the introduction of the column selector
    in #84184, did a boolean flag "$addDateFields"
    define whether record date fields (tstamp and
    crdate) should be added to the available field list.
    
    Actually, those fields were always added, because
    all usages of the corresponding method set either
    "$addDateFields" or "$dontCheckUser" to TRUE.
    
    This fact is now restored by always adding the
    mentioned fields.
    
    Resolves: #98574
    Related: #84184
    Releases: main, 11.5
    Change-Id: I4f212aaf62d9dec26530f6f7a39f1135d684d015
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77568
    
    
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    e9c190bf