Can someone tell me what I am doing wrong when creating these subpanels? They are not showing up..

By clicking on the link you can download the package I created.

For some reasons the subpanels don't show up and I can't see what I am doing wrong.Subpanel.zip

Parents Reply Children
  • Okay thank you for saying it.

    So, I have seen your zip and I don´t see any error at less this is you are missing:

    custom\modules\<your custom module name>\clients\base\views\subpanel-list

    The last folder name is: subpanel-list I have that folder in my old proyect, and it is Enterprise 7.9 SugarCRM version.

    I don´t think it has changed.

    And I have another one: 

    subpanel-for-contacts-contacts_<your_custom__module_name>_1

    with a file: 

    subpanel-for-contacts-contacts_<your_custom__module_name>_1.php

    In custom\modules\<custom_module>\clients\base\views you must to have:

    record, list, selection-list, supanel-list and all your overridden or added subpanels

    like: 

    subpanel-lev_contracts_subpanel_lev_contracts_lev_courses

     and 

    subpanel-for-contacts-contacts_<your_custom_module_name>_1

    there are some differences

    I think you must to have: 

    subpanel-for-lev_contracts-lev_contracts_lev_courses_1

    Regards.