mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-312] updated UploaderOptions to include impersonatingID.
(cherry picked from commit 2c79be1456c753665e27b58563e56accc87b0383)
(cherry picked from commit 4b0ab8161f
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
f9f3d186c5
commit
49b27b5bc0
@@ -22,6 +22,11 @@ export class UploaderOptions {
|
||||
*/
|
||||
maxFileNumber: number;
|
||||
|
||||
/**
|
||||
* Impersonating user uuid
|
||||
*/
|
||||
impersonatingID: string;
|
||||
|
||||
/**
|
||||
* The request method to use for the file upload request
|
||||
*/
|
||||
|
Reference in New Issue
Block a user