Feature #39687
Make exbase class configuration global
| Status: | Resolved | Start date: | 2012-08-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Since static_info_tables is somehow a "global" extension I see no reason why not make the configuration global also.
If you configure it like this:
config.tx_extbase{
persistence {
classes {
Tx_StaticInfoTablesExtbase_Domain_Model_StaticCountry {
instead of
plugin.tx_staticinfotablesextbase{
persistence {
classes {
Tx_StaticInfoTablesExtbase_Domain_Model_StaticCountry {
you can use the class in any extension without any additional mapping.
Besides that you can build relations from your own extensions model to it in the Extension Builder by just adding a relation "country" and enter the class name "Tx_StaticInfoTablesExtbase_Domain_Model_StaticCountry" in the "Relation to external class" field
Associated revisions
refs #39687
Make mapping of static info tables globally. No additional mapping is necessary anymore.
refs #39687
Make mapping of static info tables globally. No additional mapping is necessary anymore.
History
Updated by Armin Ruediger Vieweg 8 months ago
- Status changed from New to Resolved
Done and published in version 1.1.0