mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Read the versions.json from the relative path (#4909)
This commit is contained in:
committed by
Eugenio Romano
parent
bd24105036
commit
3af702f58e
@@ -156,7 +156,7 @@ export class AboutComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
this.http.get('/versions.json?' + new Date()).subscribe((response: any) => {
|
||||
this.http.get('./versions.json?' + new Date()).subscribe((response: any) => {
|
||||
|
||||
const alfrescoPackages = Object.keys(response.dependencies).filter((val) => {
|
||||
return new RegExp(this.regexp).test(val);
|
||||
|
Reference in New Issue
Block a user