mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3729] Join library action for Admin Users (#1801)
This commit is contained in:
@@ -31,7 +31,8 @@ export enum LibraryActionTypes {
|
||||
Create = 'CREATE_LIBRARY',
|
||||
Navigate = 'NAVIGATE_LIBRARY',
|
||||
Update = 'UPDATE_LIBRARY',
|
||||
Leave = 'LEAVE_LIBRARY'
|
||||
Leave = 'LEAVE_LIBRARY',
|
||||
Reload = 'RELOAD_LIBRARY'
|
||||
}
|
||||
|
||||
export class DeleteLibraryAction implements Action {
|
||||
@@ -61,3 +62,6 @@ export class LeaveLibraryAction implements Action {
|
||||
|
||||
constructor(public payload?: string) {}
|
||||
}
|
||||
export class ReloadLibraryAction implements Action {
|
||||
readonly type = LibraryActionTypes.Reload;
|
||||
}
|
||||
|
Reference in New Issue
Block a user