Merge remote-tracking branch '4sciencebitbucket/DURACOM-133' into DURACOM-133

This commit is contained in:
Giuseppe Digilio
2023-05-22 09:15:30 +02:00

View File

@@ -41,12 +41,6 @@ export class WorkspaceitemActionsComponent extends MyDSpaceActionsComponent<Work
*/
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
* and therefore can delete it as well