Project

General

Profile

Actions

Feature #20325

closed

function module can be configurred only in ext_tables.php

Added by Franz Holzinger about 15 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2009-04-20
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

If you want to add an addition to the function module, you must do this in the file ext_tables.php of your extension. However this is not usefull, because this file is intended to make changes to the $TCA and not for the module configuration. This forces you to have the file ext_tables.php in your backend extension. But normally a backend extension does not modify the $TCA.

This strange behaviour happens only because the $TBE_MODULES_EXT is unset in config_default.php . This should not be unset here.

(issue imported from #M10931)


Files

TBE_MODULES_EXT.diff (348 Bytes) TBE_MODULES_EXT.diff Administrator Admin, 2009-04-20 11:46
Actions

Also available in: Atom PDF