Skip to content

LIN-5183 Linkify each tracking number field independently#43

Merged
ataraxis merged 1 commit into
hillman-mainfrom
lin-5183
Jul 1, 2026
Merged

LIN-5183 Linkify each tracking number field independently#43
ataraxis merged 1 commit into
hillman-mainfrom
lin-5183

Conversation

@ataraxis

@ataraxis ataraxis commented Jun 5, 2026

Copy link
Copy Markdown

:contains('Tracking Number') also matches the new 'Return Tracking Number' label, so the combined link list was written into both cells. Process each matching field's cell on its own.

:contains('Tracking Number') also matches the new 'Return Tracking
Number' label, so the combined link list was written into both cells.
Process each matching field's cell on its own.

Co-Authored-By: Claude Opus 4.8 <[email protected]>

@ram-ku ram-ku left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Clean, minimal fix. Wrapping the selector in .each() correctly processes each tracking cell independently, and getTrackingUrls's trailing .filter(v.length > 0) keeps a blank Return Tracking cell safe (no crash on empty). Jira LIN-5183 matches and testing instructions are thorough. Nice reuse of the existing helper unchanged.

@ataraxis
ataraxis merged commit 5a3eaab into hillman-main Jul 1, 2026
@ataraxis
ataraxis deleted the lin-5183 branch July 1, 2026 15:43
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.

3 participants