1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +01:00

Merge remote-tracking branch 'remotes/origin/master' into AD-661-due-1208-implement-jury-rating-an

Conflicts:
	ownership/test/test_api.py
	piece/models.py
This commit is contained in:
diminator 2015-08-24 12:20:54 +02:00
parent 411b7cb010
commit b76c752966

View File

@ -527,7 +527,7 @@ var ReactS3FineUploader = React.createClass({
},
handleDeleteFile(fileId) {
// In some instances (when the file was already uploaded and is just displayed to the user
// In some instances (when the file was already uploaded and is just displayed to the user
// - for example in the loan contract or additional files dialog)
// fineuploader does not register an id on the file (we do, don't be confused by this!).
// Since you can only delete a file by its id, we have to implement this method ourselves