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

Fix card catalog title #1098

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Fix card catalog title #1098

merged 2 commits into from
Mar 19, 2024

Conversation

FadhlanR
Copy link
Contributor

Ticket: CS-6606

This PR aims to address an issue where the card chooser title displays Choose an 'undefined' card. Previously, we retrieved the card name for the title from the CardRef in the Filter. However, we expected to have a ResolvedCardRef, while in fact there are also instances where the CardRef is 'fieldOf' CardRef or 'ancestorOf' CardRef. To resolve this issue, I retrieved the card name from cardDisplayName.

Copy link

github-actions bot commented Mar 18, 2024

Test Results

533 tests  +2   529 ✔️ +2   7m 34s ⏱️ +25s
    1 suites ±0       4 💤 ±0 
    1 files   ±0       0 ±0 

Results for commit 513660c. ± Comparison against base commit 2b28723.

This pull request removes 12 and adds 14 tests. Note that renamed tests count towards both.
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter -- a complex one
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter -- nested one that exceeds recursion depth
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter by any
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter by card instance
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter by every
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter by not
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter by range
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter by type
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter on
Chrome 122.0 ‑ Unit | text-suggestion | card-chooser-title: filter with every with type and on
…
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: displays the right title even CodeRef is 'ancestorOf' codeRef
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: displays the right title even CodeRef is 'fieldOf' codeRef
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter -- a complex one
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter -- nested one that exceeds recursion depth
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter by any
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter by card instance
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter by every
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter by not
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter by range
Chrome 122.0 ‑ Integration | text-suggestion | card-chooser-title: filter by type
…

♻️ This comment has been updated with latest results.

Copy link
Contributor

@tintinthong tintinthong left a comment

Choose a reason for hiding this comment

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

I have tested this. It works great!

@FadhlanR FadhlanR merged commit 0bd03cf into main Mar 19, 2024
18 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cs-6606-fix-choose-an-undefined-card branch March 19, 2024 15:09
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