Actions
Bug #17525
closedFeature Reference Check is not implemted to all delete buttons
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-08-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There is a feture implemented at clickmenu, as well as WEB -> List Modul that tells you wether a record is referenced by another or not, if you delete that record.
This feature is missing for all the other deletebuttons that apear in Web->Page Modul.
I patched the following files to get that feature allways in web > page modul:
typo3/
alt_clickmenu.php
alt_doc.php
class.db_lis_extra.inc
sysext/cms/layout/
class.tx_cms_layout.php
db_layout.php
locallang.xml
sysext/lang/
locallang_alt_doc.xml
locallang_mod_web_list.xml
locallang_misc.xml
Now all deletebuttons in webmodul that appear in the submoduls Page and List, check wether there is a reference to this record or not.
If there is one, the confirm message tells the user how many references there are, if not he is told that there are no references to that record.
(issue imported from #M6133)
Files
Actions