Offers can be changed in the backend

This commit is contained in:
2019-06-11 13:54:21 +02:00
parent 40b88859cd
commit e3008b8789
4 changed files with 58 additions and 19 deletions

View File

@@ -84,6 +84,7 @@ abstract class AbstractClubsController extends BaseController
// Do the actual work
$obj->save();
$this->saveAssocs($obj, $values);
// Redirect to the list of objects
$view = $this->getSingleViewName();
@@ -105,6 +106,8 @@ abstract class AbstractClubsController extends BaseController
}
}
protected function saveAssocs($obj, $vlaues){}
protected function additionalData()
{
return array();