Project

General

Profile

Actions

Bug #92179

closed

Hook ['ext/form']['afterSubmit'] only executes when logged into backend

Added by Jessica Schlierenkamp over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-09-02
Due date:
% Done:

0%

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

Description

I created a user function, registered it for the hook ['ext/form']['afterSubmit'] in ext_tables.php (see https://docs.typo3.org/c/typo3/cms-form/master/en-us/I/ApiReference/Index.html#aftersubmit) and it is shown in the backend's configuration module.

But for some reason it is only executed when I am also logged into the backend and ignored otherwise. Does anyone have an idea on how to solve this? Any help is appreciated.

Actions #1

Updated by Georg Ringer over 3 years ago

  • Status changed from New to Closed

please use the ext_localconf.php for registration as ext_tables.php is only loaded in backend

Actions

Also available in: Atom PDF