Project

General

Profile

Actions

Bug #102040

closed

TYPO3\CMS\Backend\Controller\Wizard\EditController tries to load non existing javascript file

Added by Oliver Heins 8 months ago. Updated 8 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2023-09-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

Editing of inline data records is broken at the moment.

Suggested solution:

Classes/Controller/Wizard/EditController.php line 39:

    protected const JAVASCRIPT_HELPER = 'EXT:backend/Resources/Public/JavaScript/Helper.js';

Helper.js does not exist. Probably the file 'EXT:backend/Resources/Public/JavaScript/helper.js' (lowercase) should be loaded instead.


Files

patch.diff (518 Bytes) patch.diff Oliver Heins, 2023-09-26 15:33

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #101790: Migrate helper entry point scripts to TypeScriptClosedBenjamin Franzke2023-08-29

Actions
Actions #1

Updated by Andreas Kienast 8 months ago

  • Related to Task #101790: Migrate helper entry point scripts to TypeScript added
Actions #2

Updated by Gerrit Code Review 8 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81256

Actions #3

Updated by Gerrit Code Review 8 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81275

Actions #4

Updated by Andreas Fernandez 8 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF