Feature #15512
closedextension specific TCA column field needed
0%
Description
Hello,
I would need a field in the TCA columns that can be used by any extension for specific needs.
E.g.
$TCA['tt_products']['columns']['description']['ext']['tt_products']['type'] = 'description';
So I could see from the type in the TCA for the table which functionality this column 'description' has. This is necessary if someone wants to add more description fields to tt_products.
The same would be usefull for price fields also.
Greets,
Franz
(issue imported from #M2399)
Updated by Christian Kuhn almost 14 years ago
Resolved, no change required.
This is no issue anymore and could be solved with hooks or something like that?!
Updated by Franz Holzinger almost 14 years ago
A hook is always for a function to change a piece of PHP code. It would be fine to be able to add something to the $TCA fields directly so this information can be read from the PHP code.
This is e.g. needed if you want to enhance the TCE functionality.
Updated by Susanne Moog over 13 years ago
- Target version deleted (
0) - PHP Version deleted (
4)
Is this still an issue or can this be solved some other way?
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
No response over one year => Closed.