Verified Commit 74800cab authored by Peter Stanko's avatar Peter Stanko
Browse files

Created at added

parent fbff1576
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ def cli_submissions_list(obj: AppConfig, remote=None, **kwargs):
    params = remove_none(**kwargs)
    remote: Remote = helpers.get_remote(obj, remote)
    submissions = remote.kontr_client.submissions.list(params=kwargs)
    params = ['id', 'result', 'points', 'state', 'user.username', 
    params = ['id', 'created_at', 'result', 'points', 'state', 'user.username', 
    'course.codename', 'project.codename']
    submissions = helpers.filter_submissions(submissions, **kwargs)
    helpers.generic_list(submissions, options=kwargs, params=params)
+1 −1
Original line number Diff line number Diff line
KONTRCTL_VERSION='0.1'
 No newline at end of file
KONTRCTL_VERSION='0.2'
 No newline at end of file