Project

General

Profile

Actions

Feature #50391

closed

FEATURE: Behaviour for TCA type inline to disable cascading delete

Added by Christoph Niewerth almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-07-24
Due date:
% Done:

100%

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

Description

Deleting a record will also delete all records, which are configured as type inline (field, list) within.

In some cases you will show child records has type inline, but to disable the deletion of some child records.
An example are Customers with orders as type inline for display reason (Easier access).
Deleting the customer should not delete his orders, which will work without an existing customer since all relevant data will be stored within the order record itself like address etc.

I attached a patch which in my optionen solves this issue.


Files

Actions

Also available in: Atom PDF