Skip to content

Commit ea8c37f

Browse files
committed
Pass activity form name and version to table upload request #267
1 parent da7ea3b commit ea8c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/assets/javascripts/forms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ function orEmptyArray(v) {
11861186
dataType: 'json',
11871187
uploadTemplateId: listName + "template-upload",
11881188
downloadTemplateId: listName + "template-download",
1189-
formData: {type: context.outputModel.name, listName: listName}
1189+
formData: {type: context.outputModel.name, listName: listName, activityForm: activityForm, formVersion: formVersion}
11901190

11911191
};
11921192
self.uploadFailed = function (message) {

0 commit comments

Comments
 (0)