Intro :
-
I created some custom modules based on general modules such as basic, issue and etc
-
Connected these modules by connections and edit subpanel fields to show
1 -2 worked by standart module constructor
Everythink works good, when I open module A in detail view I watching connected subpanels and objects lists. Everythink works when I collaps it.
The problem begins if I add a custom view, via adding a new class.
Here docs
https://docs.suitecrm.com/developer/views/
-
I make class that extends ViewDetail from MVC ( CustomERT_mymoduleViewDetail extends ViewDetail )
-
In constructor I called parent::_construct
-
In display function I called parent::display()
Detail view of my module works perfect, loads all it`s data fields, but subpanels miss. They shows but when colapsed show no data and no fields names.
I think problem is that I try to extend not my module class, maybe/