Skip to content
Snippets Groups Projects
Commit 1a8aaf91 authored by Владислав Яковлев's avatar Владислав Яковлев
Browse files

#195 Fix final form download

parent c13ceb55
Branches
Tags
No related merge requests found
......@@ -280,8 +280,8 @@ class Rating {
$.fileDownload(URLdir + 'handler/FileCreator/GenerateFinalForm', {
httpMethod: 'POST',
data: {
'disciplineid': self.settings.discipline.id,
'groupid': Base.parseid($(this)),
'disciplineID': self.settings.discipline.id,
'groupID': Base.parseid($(this)),
'stage': parseInt($(this).siblings('select').val()),
},
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment