Project

General

Profile

Actions

Bug #73742

closed

Hook to inject js into UserSettingModule not working anymore

Added by Sebastian Michaelsen about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

With this commit (https://github.com/TYPO3/TYPO3.CMS/commit/48321468913086e803566af0688c8578af2829a3) the hook ['ext/setup/mod/index.php']['setupScriptHook'] stopped working because the getJavaScript() method is not called anymore. It was not documented that the hook is gone and the method is still there so I assume it was accidentally removed.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #69886: Use ModuleTemplate API for ext:setupClosed2015-09-16

Actions
Actions #1

Updated by Georg Ringer about 8 years ago

  • Is Regression changed from No to Yes
Actions #2

Updated by Oliver Hader almost 8 years ago

What's the impact, can it be solved differently to inject custom JavaScript into EXT:setup?

Actions #3

Updated by Georg Ringer over 6 years ago

  • Status changed from New to Closed

Check out \TYPO3\CMS\Rsaauth\Hook\UserSetupHook::getLoginScripts which calls the PageRenderer and loads a requireJS module. It might be that this was not possible when the issue has been created but at least in current version that works fine.

Actions

Also available in: Atom PDF