Offers can be changed in the backend
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user