Skip to content

Commit

Permalink
[BUGFIX] Install Tool: Re-enable modal actions after execution
Browse files Browse the repository at this point in the history
In some cases it was missed to enable modal actions again after their
execution in the Install Tool. This patch adds the necessary statements
to enable said buttons again.

Resolves: #101224
Releases: main, 12.4
Change-Id: I793f157302df15912f0506c376d9db2d6041ebcc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82815
Tested-by: Garvin Hicking <[email protected]>
Reviewed-by: Andreas Kienast <[email protected]>
Tested-by: Benjamin Franzke <[email protected]>
Reviewed-by: Garvin Hicking <[email protected]>
Reviewed-by: Benjamin Franzke <[email protected]>
Tested-by: core-ci <[email protected]>
Tested-by: Andreas Kienast <[email protected]>
  • Loading branch information
andreaskienast committed Feb 9, 2024
1 parent ce44481 commit 153c7cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Acceptance/Application/InstallTool/UpgradeCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

final class UpgradeCest extends AbstractCest
{
private static string $alertContainerSelector = '#alert-container';

public function _before(ApplicationTester $I): void
{
parent::_before($I);
Expand Down

0 comments on commit 153c7cd

Please sign in to comment.