Project

General

Profile

Actions

Bug #89344

closed

"Dump autoload" from install tool not working

Added by Philipp Seiler almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-10-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
autoload,dump,requirejs
Complexity:
Is Regression:
Sprint Focus:

Description

Clicking on the "Dump autoload" button in a non-composer web in TYPO3 9.5.9 leads do a 404-Error with the DumpAutoload.js-File not found.
Reason is, that a wrong path is set in data-require for the dump-autoload-button. All other modules seem to have an OK requirejs-Path, so this was probably forgotten.

EXT:install/Resources/Private/Templates/Maintenances/Cards.html:

Old, buggy: <a href="#" class="btn btn-primary " data-inline="1" data-require="TYPO3/CMS/Install/Module/DumpAutoload">Dump autoload</a>
Fixed and working: <a href="#" class="btn btn-primary " data-inline="1" data-require="TYPO3/CMS/Install/DumpAutoload">Dump autoload</a>


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #88990: Wrong modules references in Install ToolClosed2019-08-21

Actions
Actions

Also available in: Atom PDF