In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
489 [In-Portal CMS] Data Management feature request N/A 2009-12-23 04:28 2009-12-23 04:30
alex  
 
normal  
active 5.0.2-B1  
open  
 
none  
http://groups.google.com/group/in-portal-dev/browse_thread/thread/884988084a8f4b41#
0
0000489: Protection against related record deletion in grids
There are two type of database record relations in In-Portal:

    * direct - related record is subitem of main record (relation is defined in unit config);
    * indirect - there is dropdown in one table, where you can select data from other table (no direct relation defined on unit config level).


When main record is deleted, then subitems are deleted as well, so it's not a problem (this is direct relation). For indirect relation this creates a problem.
I propose to define field relations with other tables in unit config. Such relation will be used to check for related data before actual database record is deleted. This feature will preserve data integrity.

Here is proposed data format (in main unit config, which shows data from other unit configs):
'DependentFields' => Array (
    'MainFieldA' => 'related-prefixA_FieldNameA',
    'MainFieldB' => 'related-prefixB_FieldNameB',
);

For example you can delete payment type, that is used in orders.
Issue History
2009-12-23 04:30 alex Reference => http://groups.google.com/group/in-portal-dev/browse_thread/thread/884988084a8f4b41#
2009-12-23 04:30 alex Target Version => Icebox
2009-12-23 04:28 alex New Issue

There are no notes attached to this issue.