fix: replacing onclick redirections with link tag. - #3263
Merged
Conversation
| <span>Archived Issues</span> | ||
| </div> | ||
| <CustomMenu.MenuItem> | ||
| <Link href={`/${workspaceSlug}/projects/${project?.id}/archived-issues/`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect
| <span>Draft Issues</span> | ||
| </div> | ||
| <CustomMenu.MenuItem> | ||
| <Link href={`/${workspaceSlug}/projects/${project?.id}/draft-issues/`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect
| <span>Settings</span> | ||
| </div> | ||
| <CustomMenu.MenuItem> | ||
| <Link href={`/${workspaceSlug}/projects/${project?.id}/settings`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect
| )} | ||
| </h5> | ||
| </div> | ||
| <Link className="basis-1/2 p-4" href={`/${workspaceSlug}/workspace-views/assigned`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect
| </Link> | ||
| <Link | ||
| className="basis-1/2 border-l border-custom-border-200 p-4" | ||
| href={`/${workspaceSlug}/workspace-views/all-issues`} |
Check warning
Code scanning / CodeQL
Client-side URL redirect
| )} | ||
| </h5> | ||
| </div> | ||
| <Link className="basis-1/2 p-4" href={`/${workspaceSlug}/workspace-views/all-issues`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect
| </Link> | ||
| <Link | ||
| className="basis-1/2 border-l border-custom-border-200 p-4" | ||
| href={`/${workspaceSlug}/workspace-views/all-issues`} |
Check warning
Code scanning / CodeQL
Client-side URL redirect
vamsikrishnamathala
pushed a commit
that referenced
this pull request
Aug 7, 2025
Bumps the pip group with 1 update in the /apiserver/requirements directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DoctorFogarty
pushed a commit
to DoctorFogarty/plane
that referenced
this pull request
Aug 7, 2026
* fix: adding links to dashboard summary items * fix: adding links to workspace sidebar dropdown * fix: adding links to the sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem:
Some of the redirections are not working as links instead working as buttons to redirect the user to different pages.
Resolution:
Replacing all button click editions with nextjs link tags to enables the browser functionalities like copy address