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

Applications: Implement route to show a context #864

Closed
6 tasks done
Tracked by #311
juliusknorr opened this issue Feb 22, 2024 · 1 comment · Fixed by #844
Closed
6 tasks done
Tracked by #311

Applications: Implement route to show a context #864

juliusknorr opened this issue Feb 22, 2024 · 1 comment · Fixed by #844
Assignees

Comments

@juliusknorr
Copy link
Member

juliusknorr commented Feb 22, 2024

Next steps:

@blizzz
Copy link
Member

blizzz commented Mar 13, 2024

Currently, by #844, the route is the page index with an anchor for the application and its id.

For the navigation in #904, I create the link accordingly via

$contextUrl = $this->urlGenerator->linkToRoute('tables.page.index');
$contextUrl .= sprintf('#/application/%d', $context->getId());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants