User import is now a popover

This commit is contained in:
Frederic Guillot
2016-05-15 21:20:46 -04:00
parent 4eaab1f6da
commit 20052c7dd2
10 changed files with 80 additions and 74 deletions

View File

@@ -123,7 +123,7 @@ class FileViewer extends BaseController
{
try {
$file = $this->getFile();
$this->response->withDownload($file['name']);
$this->response->withFileDownload($file['name']);
$this->objectStorage->output($file['path']);
} catch (ObjectStorageException $e) {
$this->logger->error($e->getMessage());