@@ -409,7 +409,7 @@ class DocumentController extends BackendController | |||
if ($backUpdateForm) { | |||
return $this->redirect([$this->getControllerUrl() . '/update', 'id' => $id]); | |||
} else { | |||
return $this->redirect([$this->getControllerUrl() . '/index']); | |||
return $this->redirectReferer(); | |||
} | |||
} | |||