We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b27b5 commit 3cff971Copy full SHA for 3cff971
1 file changed
src/app/submission/form/submission-form.component.ts
@@ -173,6 +173,7 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
173
distinctUntilChanged())
174
.subscribe((endpointURL) => {
175
this.uploadFilesOptions.authToken = this.authService.buildAuthHeader();
176
+ this.uploadFilesOptions.impersonatingID = this.authService.getImpersonateID();
177
this.uploadFilesOptions.url = endpointURL.concat(`/${this.submissionId}`);
178
this.definitionId = this.submissionDefinition.name;
179
this.submissionService.dispatchInit(
0 commit comments