mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10409] Fix permission checking logic in library navigation (#4824)
* [ACS-10409] Fix permission checking logic in library navigation * [ACS-10409] cr fix
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
import { Action } from '@ngrx/store';
|
||||
import { SiteBodyCreate } from '@alfresco/js-api';
|
||||
import { Site, SiteBodyCreate } from '@alfresco/js-api';
|
||||
import { ModalConfiguration } from '../models/modal-configuration';
|
||||
|
||||
export enum LibraryActionTypes {
|
||||
@@ -48,7 +48,7 @@ export class NavigateLibraryAction implements Action {
|
||||
readonly type = LibraryActionTypes.Navigate;
|
||||
|
||||
constructor(
|
||||
public payload?: string,
|
||||
public payload?: Site,
|
||||
public route?: string
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user