Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken deeplinks in synchronizer #600

Open
f1ames opened this issue Feb 5, 2024 · 0 comments
Open

Broken deeplinks in synchronizer #600

f1ames opened this issue Feb 5, 2024 · 0 comments
Labels
bug Something isn't working package/synchronizer

Comments

@f1ames
Copy link
Contributor

f1ames commented Feb 5, 2024

After introducing tenant isolation and changing some of the routes (e.g. dashboard -> console), deeplinks generated by synchornizer package no longer works.

Related code:

generateDeepLinkProjectList() {
return this.generateDeepLink(`/dashboard/projects`);
}
generateDeepLinkProject(projectSlug: string) {
return this.generateDeepLink(`/dashboard/projects/${projectSlug}`);
}
generateDeepLinkProjectPolicy(projectSlug: string) {
return this.generateDeepLink(`/dashboard/projects/${projectSlug}/policy`);
}
generateDeepLink(path: string) {
return this._apiHandler.generateDeepLink(path);
}

@f1ames f1ames added bug Something isn't working package/synchronizer labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package/synchronizer
Projects
None yet
Development

No branches or pull requests

1 participant