Project

General

Profile

Actions

Bug #104347

open

TYPO3 v12.4.17: ModifyLoginFormViewEvent requires new parameter

Added by Mario Lubenka 6 days ago. Updated 6 days ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
Start date:
2024-07-10
Due date:
% Done:

0%

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

Description

The latest bugfix release for TYPO3 introduced a change to felogin ModifyLoginFormViewEvent.
The event's constructor now requires a second parameter in constructor.
https://github.com/TYPO3-CMS/felogin/blob/v12.4.17/Classes/Event/ModifyLoginFormViewEvent.php#L30

Third-party extensions constructing and dispatching the event will now require adjustments in order to work with the new bugfix release.

Actions #1

Updated by Georg Ringer 6 days ago

  • Status changed from New to Needs Feedback

why this is a potential regression? extensions should not initialize the event themselves and in logincontroller this->request should always be filled?

Actions

Also available in: Atom PDF