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
  • typo3
  • sysext
  • recordlist
  • Classes
  • Browser
  • DatabaseBrowser.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [FEATURE] Customize selectable columns in List module per table · 6bd8291b
    Benni Mack authored May 25, 2021 and Christian Kuhn's avatar Christian Kuhn committed Jun 01, 2021
    In prior TYPO3 versions, it was possible to customize the list of fields
    to be shown in the list view. This was only possible if the clipboard
    was active OR the user was in "single table view", and displayed
    in a box at the bottom of the module without any context.
    
    The new field selector is now right at the top of the database table -
    and per table - thus, always active and in context with the table.
    
    Via UserTSconfig it is possible to explicitly disable the functionality
    for users/groups for all tables or just a specific table.
    
    Example: Disable it for all tables except for sys_category:
    
       mod.web_list.displayColumnSelector = 0
       mod.web_list.table.sys_category.displayColumnSelector = 1
    
    Resolves: #94218
    Releases: master
    Change-Id: Ia6db3a18fea5d0cf96fa32611535048f6e5c6199
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69262
    
    
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    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>
    6bd8291b