publication workflow: accept status

This commit is contained in:
Arno Kaimbacher 2019-04-10 10:54:15 +02:00
parent 246577b0b0
commit 19fc0fa872
8 changed files with 56 additions and 20 deletions

View file

@ -76,7 +76,7 @@ Route::group(
// ]);
Route::get('workflow/editor_index', [
'middleware' => ['permission:dataset-released-list'],
'middleware' => ['permission:dataset-editor-list'],
'as' => 'workflow.editorIndex', 'uses' => 'WorkflowController@editorIndex',
]);
Route::get('workflow/accept/{id}', [