mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Merge remote-tracking branch '4sciencebitbucket/DURACOM-133' into DURACOM-133
This commit is contained in:
@@ -41,12 +41,6 @@ export class WorkspaceitemActionsComponent extends MyDSpaceActionsComponent<Work
|
|||||||
*/
|
*/
|
||||||
public processingDelete$ = new BehaviorSubject<boolean>(false);
|
public processingDelete$ = new BehaviorSubject<boolean>(false);
|
||||||
|
|
||||||
/**
|
|
||||||
* A boolean representing if the user is an admin
|
|
||||||
* @type {Observable<boolean>}
|
|
||||||
*/
|
|
||||||
isAdmin$: Observable<boolean>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A boolean representing if the user can edit the item
|
* A boolean representing if the user can edit the item
|
||||||
* and therefore can delete it as well
|
* and therefore can delete it as well
|
||||||
|
Reference in New Issue
Block a user