Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.0-b1
-
Component/s: None
-
Labels:None
Description
Currently the method does not set a module row on the module object, forcing the burden onto the module when it should really be set in the core.
Update app/models/services.php around line 3119 change
if ($module) {
to
if ($module) { // Set the module row used for this service $module->setModuleRow($module->getModuleRow($service->module_row_id));