Skip to content

Commit

Permalink
Pass activity form name and version to table upload request #267
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 18, 2024
1 parent da7ea3b commit ea8c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ function orEmptyArray(v) {
dataType: 'json',
uploadTemplateId: listName + "template-upload",
downloadTemplateId: listName + "template-download",
formData: {type: context.outputModel.name, listName: listName}
formData: {type: context.outputModel.name, listName: listName, activityForm: activityForm, formVersion: formVersion}

};
self.uploadFailed = function (message) {
Expand Down

0 comments on commit ea8c37f

Please sign in to comment.