Skip to content

update does not update database entries #1686

Open
@LinearParadox

Description

@LinearParadox

For example, using gb.update_or_add_submission(assignment, student, **kwargs) will succesfully add a submission if it isn't there. However, it will not actually update a submission if it is already present. For example, trying to modify a score with gb.update_or_add_submission(assignment, student, score=num) will not modify the database.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions