publish view

This commit is contained in:
Arno Kaimbacher 2019-04-17 19:02:00 +02:00
parent 5193e4f5b5
commit f7673e33e0
8 changed files with 262 additions and 8 deletions

View file

@ -25,7 +25,7 @@ class SubmitController extends Controller
$builder = Dataset::query();
$myDatasets = $builder
->orderBy('server_state')
->orderBy('server_state')
->whereIn('server_state', ['inprogress', 'released', 'editor_accepted', 'approved', 'reviewed'])
->where('account_id', $user_id)
->with('user:id,login')