Task #7974
Story #11986: As an extension developer I want to find the extension builder in TER
Only one relation table for multiple relations
Status: | Resolved | Start date: | 2010-05-29 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | Code Creation | |||
Target version: | - |
Description
When I have a model, say, Group
and add two relations: admins
and members
, these two relations will both be saved in tx_extkey_group_user_mm
if User
is the other model.
Additionally the tx_extkey_group_user_mm
table definition is twice in ext_tables.php. It would be nice if there is a check for that so that the kickstarter renames the tables to tx_extkey_group_*admin*_user_mm
or similar.
Or, if possible, this information could get saved in the tx_extkey_group_user_mm
table, but I don't know if Extbase is capable of handling that information.
Associated revisions
[+TASK] Enables multiple relations from one model to the same foreign model
Either uses a naming convention tbl1_field1_tbl2_mm or reads the MM table name from the TCA if the extension is already installed
Resolves #7974
Change-Id: I89a4e1bd60f313a636111e9b5872ef7c83186d5d
History
#1 Updated by Sebastian Michaelsen almost 5 years ago
- Category set to Code Creation
#2 Updated by Sebastian Michaelsen almost 5 years ago
- Assigned To set to Sebastian Michaelsen
- Priority changed from Should have to Must have
- Target version set to 0.1
#3 Updated by Rens Admiraal over 4 years ago
- Tracker changed from Bug to Task
- Target version deleted (
0.1) - Parent task set to #11986
#4 Updated by Sebastian Michaelsen over 4 years ago
- Assigned To deleted (
Sebastian Michaelsen)
#5 Updated by Nico de Haen over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f1997775bbb1dd80fb2b35b96fb128ea73423b7.