[WEB-4196]fix: sub work item copy link message#7186
[WEB-4196]fix: sub work item copy link message#7186sriramveeraghanta merged 1 commit intopreviewfrom
Conversation
WalkthroughThe change updates the logic for displaying a toast message after copying a link in the sub-issues helper. The message now always uses the localized "epic" label, removing previous conditional logic based on the issue service type. No other logic or exports are affected. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UI
participant Helper
User->>UI: Clicks "Copy Link"
UI->>Helper: copyLink()
Helper->>UI: Show toast ("epic" label always used)
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Pull Request Linked with Plane Work Items Comment Automatically Generated by Plane |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
web/core/components/issues/issue-detail-widgets/sub-issues/helper.ts(1 hunks)
🧰 Additional context used
🧬 Code Graph Analysis (1)
web/core/components/issues/issue-detail-widgets/sub-issues/helper.ts (1)
packages/i18n/src/store/index.ts (1)
t(211-232)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Analyze (javascript)
- GitHub Check: Analyze (python)
Description
This PR fixes the incorrect alert message when the work item link is copied.
Type of Change
Summary by CodeRabbit