Actions
Bug #92179
closedHook ['ext/form']['afterSubmit'] only executes when logged into backend
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.
Updated by Georg Ringer about 4 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