Closed fritzmg closed 4 months ago
When the debug mode is enabled and you create a new front end module with nodes (e.g. mod_nodes), it cannot be saved as a warning occurs on save since $this->activeRecord->ptable will not exist for the tl_module DataContainer. This PR fixes that.
mod_nodes
$this->activeRecord->ptable
tl_module
Thank you @fritzmg
When the debug mode is enabled and you create a new front end module with nodes (e.g.
mod_nodes
), it cannot be saved as a warning occurs on save since$this->activeRecord->ptable
will not exist for thetl_module
DataContainer. This PR fixes that.