Project

General

Profile

Actions

Bug #86860

closed

"Update TYPO3 Core" button registers handler multiple times

Added by Jan Delius over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-11-06
Due date:
% Done:

0%

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

Description

If you click "Update Core" in the upgrade module, the EventHandler will be registered for the upcoming Modal each time. This will result in multiple requests when you close the modal and click the button again.

Without Composer, the check runs multiple times and renders the result text more often.

typo3/sysext/install/Resources/Public/JavaScript/Modules/CoreUpdate.js:93

$(document).on('click', '.t3js-coreUpdate-init', function(e) {


Files

typo3_multiple_01_output.PNG (27.4 KB) typo3_multiple_01_output.PNG Output Jan Delius, 2018-11-06 09:20
typo3_multiple_02_requests.PNG (38.7 KB) typo3_multiple_02_requests.PNG Requests when checking for updates Jan Delius, 2018-11-06 09:20

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86830: "Check for core updates" Button dont work.Closed2018-11-02

Actions
Actions #3

Updated by Andreas Kienast over 5 years ago

  • Related to Bug #86830: "Check for core updates" Button dont work. added
Actions #4

Updated by Andreas Kienast over 5 years ago

  • Status changed from New to Closed

Hi, thanks for your report.

The issue is tackled with #86830, so I will close the issue as duplicate.

Actions

Also available in: Atom PDF