Project

General

Profile

Actions

Bug #103795

open

Cannot localize page in backend

Added by Abderrazak Tigiti 13 days ago. Updated 2 days ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-05-06
Due date:
% Done:

0%

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

Description

In typo3 V12, when we try to localize a page, it seems there is no default action selected (translate / copy) in the pop-up shown, which leads to a JavaScript error ‘Invalid action “null” 2 called.’ with an infinit loading pop-up.


Files

localization pop-up.png (46.4 KB) localization pop-up.png Abderrazak Tigiti, 2024-05-06 11:11
infinitLoading.png (5.4 KB) infinitLoading.png Abderrazak Tigiti, 2024-05-06 11:11
invalidAction.png (36.3 KB) invalidAction.png Abderrazak Tigiti, 2024-05-08 16:35
Actions #1

Updated by Georg Ringer 13 days ago

  • Status changed from New to Needs Feedback

can you please check the ajax response in the console for errors?

Actions #2

Updated by Abderrazak Tigiti 13 days ago

Abderrazak Tigiti wrote:

In typo3 V12, when we try to localize a page, it seems there is no default action selected (translate / copy) in the pop-up shown, which leads to a JavaScript error ‘Invalid action “null” 2 called.’ with an infinit loading pop-up.

Georg Ringer wrote in #note-1:

can you please check the ajax response in the console for errors?

Sure, in the console i had an "400 bad request" error says : `Invalid action "null" called.`

Actions #3

Updated by Georg Ringer 11 days ago

can you please also check the response of the ajax request itself, not only the console? switch to the network tab and select "fetch/xhr".

thanks

Actions #4

Updated by Abderrazak Tigiti 11 days ago · Edited

Actions #5

Updated by Abderrazak Tigiti 11 days ago

Georg Ringer wrote in #note-3:

can you please also check the response of the ajax request itself, not only the console? switch to the network tab and select "fetch/xhr".

thanks

Yeah, i have this message : `Invalid action "null" called.
You can check my add picture attached to see the message.

Actions #6

Updated by Alex Kellner 2 days ago · Edited

I can confirm this bug in TYPO3 12.4.15 if you don't choose "translate" or "copy" in the translation wizard but just click on "next" button.
The AJAX result from TYPO3:

Invalid action "null" called.

I guess clicking on next without choosing a method shouldn't be possible.

Actions

Also available in: Atom PDF