52 if ($dashboardForUser)
54 $dashboardForUser->loadAttribute(
'rows');
55 $savedRows = $dashboardForUser->getRows();
58 foreach ($savedRows as $row)
60 if (isset($rows[$row->getGId()]))
62 $row->setWeight($rows[$row->getGId()][
'weight']);
68 $dashboardForUser->save();
73 $this->adderror(
new Error(
'No dashboard for current user'));