Project

General

Profile

Actions

Feature #64958

closed

a tool to (re)connect a record as child to a parent

Added by Bernd Wilke almost 10 years ago. Updated almost 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-02-10
Due date:
% Done:

0%

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

Description

often a relation between records created by hand is missing as the creation of the record which should be the child is done in the normal creation way instead of the only(!) way to insert the relation.

two cases which occur and can't be fixed without recreation or DB 'messing' (like phpadmin):
  1. translations: if you don't use the function to translate a record and create just a new record in another language than default it can't be connected to the default-language record. sometimes you loose the relation if you (accidentaly) change the language of a clean translated record
  2. IRRE: no chance to insert a record into an IRRE parent if you want to join existing records into a (new) parent record
Actions #1

Updated by Susanne Moog almost 5 years ago

  • Status changed from New to Rejected

Case 1 can be solved by manually setting l10n_parent.
Case 2: you should configure your TCA in a way that matches your use case. If your configuration does not allow editing relations from "the other side" then TYPO3 should not mess with that.

Actions

Also available in: Atom PDF