Skip to content
GitLab
  • Menu
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 & Registries
    • Packages & 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
  • accessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • ..
  • Link
  • ClickEnlargeViewHelper.php
Find file BlameHistoryPermalink
  • Frans Saris's avatar
    [BUGFIX] Use correct typoscript settings in ClickEnlargeViewHelper · 46679815
    Frans Saris authored Oct 03, 2015 and Wouter Wolters's avatar Wouter Wolters committed Oct 05, 2015
    The ClickEnlargeViewHelper receives typoscript settings in the extbase
    format without the leading dots. The code called by the viewHelper
    expects the typoscript syntax with the leadings dots.
    
    This patch converts the settings array to a TypoScript array before
    passing the settings to imageLinkWrap().
    
    Change-Id: I19da35b10d079dddc19a18ecdff4ae8ebe1bdc9f
    Resolves: #70317
    Releases: master
    Reviewed-on: http://review.typo3.org/43770
    
    Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
    Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
    Reviewed-by: default avatarJosef Glatz <jousch@gmail.com>
    Tested-by: default avatarJosef Glatz <jousch@gmail.com>
    Reviewed-by: Alexander Grein's avatarAlexander Grein <alexander.grein@gmail.com>
    Tested-by: Alexander Grein's avatarAlexander Grein <alexander.grein@gmail.com>
    Reviewed-by: default avatarMichael Oehlhof <typo3@oehlhof.de>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Tested-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    46679815