hello,
thank you very much for your fast reply.
i do not have the files you mentioned:
- modules/YourContractModule/metadata/subpaneldefs.php
- custom/Extension/modules/YourContractModule/Ext/Layoutdefs/layoutdefs.ext.php
however i have a file custom/Extension/modules/<NameOfModule>/Ext/Layoutdefs/<NameOfPackage>.php that contained several layout_defs definitions. i commented all of them out. Code:
<?php
//$layout_defs[<NameOfModule]["subpanel_setup"]["documents"] = array (
// 'order' => 100,
// 'module' => 'Documents',
// 'subpanel_name' => 'ForContractType',
// 'get_subpanel_data' => 'documents',
// 'add_subpanel_data' => 'Documents_idb',
// 'title_key' => 'lbl_documents',
//);
?>
i even created a custom/Extension/modules/<NameOfModule>/Ext/Layoutdefs/layoutdefs.ext.php.php file with the same content and cleared the cache..
but still no effect.
Bookmarks