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
  • ..
  • TypeScript
  • TypeScript
  • ContextHelp.ts
Find file BlameHistoryPermalink
  • Daniel Siepmann's avatar
    [BUGFIX] Open CSH with selected context provided by links · 45d2a426
    Daniel Siepmann authored May 12, 2020 and Georg Ringer's avatar Georg Ringer committed May 14, 2020
    A context can be provided, when opening the CSH (Context Sensitive Help).
    
    E.g. when opening the CSH for a backend module or specific table field,
    the help entry for that module or field will be opened.
    
    This patch restores the described functionality by adding the action
    to the link opened via JavaScript.
    
    The "see also" links, used for cross referencing different CSH entries
    are fixed as well. Cross referencing links are now build using the proper
    ViewHelper to use backend module routing, instead of extbase routing.
    This ensures arguments are not moved into an arbitrary extbase plugin
    namespace.
    
    Resolves: #91370
    Releases: master
    Change-Id: Ib6361e5a5f4ef441e098a595fa344f484a07ddc0
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64477
    
    
    Reviewed-by: Daniel Goerz's avatarDaniel Goerz <daniel.goerz@posteo.de>
    Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
    Reviewed-by: Sebastian Klein's avatarSebastian Klein <laitnin@gmx.net>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Sebastian Klein's avatarSebastian Klein <laitnin@gmx.net>
    Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    45d2a426