mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2904] Search - redirect breaks application (#3268)
* set navigation commands over plain string * fix test * lint
This commit is contained in:
committed by
Eugenio Romano
parent
c90ad3f875
commit
d456b3cba1
@@ -21,12 +21,12 @@
|
||||
|
||||
export class RedirectionModel {
|
||||
provider: string;
|
||||
url?: string;
|
||||
navigation?: any[];
|
||||
|
||||
constructor(obj?: any) {
|
||||
if (obj) {
|
||||
this.provider = obj.provider;
|
||||
this.url = obj.url || null;
|
||||
this.navigation = obj.navigation || null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user