Explorar el Código

[backend] Documents : pouvoir aller sur la page de modification d'un document validé

dev
Guillaume hace 4 años
padre
commit
f40a40ea08
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      backend/controllers/DocumentController.php

+ 0
- 4
backend/controllers/DocumentController.php Ver fichero

@@ -129,10 +129,6 @@ class DocumentController extends BackendController
throw new NotFoundHttpException('Le document n\'a pas été trouvé.');
}

if ($model->isStatusValid()) {
return $this->redirect(['download', 'id' => $id]) ;
}

if ($model && $model->load(Yii::$app->request->post()) && $model->save()) {
Yii::$app->getSession()->setFlash('success', $this->getFlashMessage('update', $model));
}

Cargando…
Cancelar
Guardar