Skip to content

Conversation

sergeibbb
Copy link
Member

Description

fixes #4621 (#4605)

Normalizes Linear autlink URL by removing summary stubs from its ending

image

Because it was cause of the duplication:

Image

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

sergeibbb added a commit that referenced this pull request Sep 26, 2025
by doing that we fix duplication of Linear issue links in the Inspect View
(#4605, #4621, #4622)
@sergeibbb sergeibbb force-pushed the bug/4621-linear-issue-chips-dupes branch from 621bde5 to 0c5b6e6 Compare September 26, 2025 16:52
@sergeibbb sergeibbb self-assigned this Sep 26, 2025
return undefined;
}
}
private getIssueAutolinlikeUrl(issue: ProviderIssue): string | null {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: did you mean this name?

Suggested change
private getIssueAutolinlikeUrl(issue: ProviderIssue): string | null {
private getIssueAutolinkLikeUrl(issue: ProviderIssue): string | null {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@d13 Fixed. Anything else?

sergeibbb added a commit that referenced this pull request Sep 29, 2025
by doing that we fix duplication of Linear issue links in the Inspect View
(#4605, #4621, #4622)
@sergeibbb sergeibbb force-pushed the bug/4621-linear-issue-chips-dupes branch from 0c5b6e6 to e0b94f7 Compare September 29, 2025 13:23
by doing that we fix duplication of Linear issue links in the Inspect View
(#4605, #4621, #4622)
@sergeibbb sergeibbb force-pushed the bug/4621-linear-issue-chips-dupes branch from e0b94f7 to 541db22 Compare September 29, 2025 15:52
@sergeibbb sergeibbb merged commit de98ab6 into main Sep 29, 2025
3 checks passed
@sergeibbb sergeibbb deleted the bug/4621-linear-issue-chips-dupes branch September 29, 2025 15:54
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 this pull request may close these issues.

Inspect view duplicates Linear issue links instead of replacing

3 participants