MimetypesController
This commit is contained in:
parent
c86c9fe9f4
commit
f3f17d9371
13 changed files with 235 additions and 99 deletions
|
@ -68,7 +68,7 @@ class WorkflowController extends Controller
|
|||
session()->flash('flash_message', 'You have puplished 1 dataset!');
|
||||
}
|
||||
$dataset->save();
|
||||
return redirect()->back();
|
||||
return redirect()->back();
|
||||
//return redirect()->route('settings.review.index');
|
||||
} catch (Exception $e) {
|
||||
//return $this->_redirectTo('index', array('failure' => $e->getMessage()), 'documents', 'admin');
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue