Skip to content

JASPER-857: Case Details: Criminal - document category filter is showing "undefined" and a count of zero#1219

Merged
ronaldo-macapobre merged 1 commit into
masterfrom
bug/JASPER-857
Jul 20, 2026
Merged

JASPER-857: Case Details: Criminal - document category filter is showing "undefined" and a count of zero#1219
ronaldo-macapobre merged 1 commit into
masterfrom
bug/JASPER-857

Conversation

@ronaldo-macapobre

Copy link
Copy Markdown
Contributor

Pull Request for JIRA Ticket: JASPER-857

Issue ticket number and link

https://jira.justice.gov.bc.ca/browse/JASPER-857

Description

When we migrated to Vuetify v4, there was a breaking change to the #item slot of v-select (and v-autocomplete/v-combobox): item is now an alias for internalItem.raw, so slot access to item.title/item.value no longer works for primitive string items. The implementation was updated to pass objects with explicit item-title/item-value and to compute the count once.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Local

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Screenshots:

image

@ronaldo-macapobre ronaldo-macapobre self-assigned this Jul 15, 2026
@ronaldo-macapobre ronaldo-macapobre added bug Something isn't working javascript Pull requests that update Javascript code labels Jul 15, 2026
@sonarqubecloud

Copy link
Copy Markdown

@ronaldo-macapobre
ronaldo-macapobre merged commit bfbdf74 into master Jul 20, 2026
8 checks passed
@ronaldo-macapobre
ronaldo-macapobre deleted the bug/JASPER-857 branch July 20, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants