-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution files are overwritten #281
Comments
Hi, At my Praktomat installation, we use our AutoAttestChecker (pull request is #264 ) - so no human interation happens to create attestations for student solutions. We don't have any tutor as Praktomat user. Best regards |
This bug is still present! |
Given a student uploads two files in one solution, and a tutor edit both files. That "comment" is saved. But if tutor comment only one file again, than both comented files have identical content. In "edit_attestation" https://github.com/KITPraktomatTeam/Praktomat/blob/master/src/attestation/views.py#L343 I do not get it. Why it is not a Textfield or a FieleField ? |
at our side problem with overwritten annotated files were gone after
|
Perhaps the reason was a bug inside a submodule ... I vote for closing this issue (and reopen it, if the problem returns). |
I experienced the following issue: When a user uploads two files for the same task and I annotate (as tutor) only one of them in the attestation page, the untouched file gets overwritten with content of the edited file, too.
I'm not sure if this is important, but I first edited both files, saved my work and later I edited one of the files again and then this issue appeared.
The text was updated successfully, but these errors were encountered: