Skip to content

Commit

Permalink
Opencast 2803 lti upload (#36)
Browse files Browse the repository at this point in the history
* OPENCAST-2803 - add logging to exception when creating new event

* OPENCAST-2803 - remove log, add ".0" to presenter name

* OPENCAST-2803 - check if has property presenter

* OPENCAST-2803 - change presenter.0 to track_presenter.0
  • Loading branch information
Ngonidzashe Nicholas Choga committed Feb 19, 2020
1 parent cd28113 commit 675d704
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -746,7 +746,7 @@ EventManager.prototype = {
ajaxOpts.data = fd;

if (isUpload) {
fd.append('presenter', data.presenter);
fd.append('track_presenter.0', data.presenter);
ajaxOpts.xhr = this.uploadProgress.bind(this);
}
$.ajax(ajaxOpts)
Expand Down

0 comments on commit 675d704

Please sign in to comment.