johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

Generator controller not catch is not ajax request in delete and bulk-delete action #13

Closed johnitvn closed 9 years ago

johnitvn commented 9 years ago

$request = Yii::$app->request;

if($request->isAjax){ .....
}else{ return $this->redirect(['index']); }