Skip to content

31118 bug fix: SUBMITTED DATE SORT does not work#1581

Merged
eve-git merged 2 commits intobcgov:mainfrom
eve-git:31118
Nov 12, 2025
Merged

31118 bug fix: SUBMITTED DATE SORT does not work#1581
eve-git merged 2 commits intobcgov:mainfrom
eve-git:31118

Conversation

@eve-git
Copy link
Collaborator

@eve-git eve-git commented Nov 7, 2025

Issue #:
bcgov/entity#31118

Description of changes:
fixed:

  1. corrected the sort arrow direction for submitted date
  2. removed "order by priority_cd asc", which was causing the issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).

@eve-git
Copy link
Collaborator Author

eve-git commented Nov 7, 2025

/gcbrun

@cd-runner
Copy link

cd-runner bot commented Nov 7, 2025

Temporary Url for review: https://namex-dev--pr-1581-z4zicqr0.web.app

@eve-git eve-git merged commit 80cac41 into bcgov:main Nov 12, 2025
7 of 8 checks passed

const formattedSearchParams = computed(() => {
const params = {
order: `priorityCd:desc,submittedDate:${submittedDateOrder.value}`,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will now ignore the priority in sorting, right ? Meaning, if my newest NR is of standard priority it will still be shown above the high priority ones, is that what we want ?

hfekete added a commit that referenced this pull request Jan 22, 2026
* test github app (#1578)

- verify pre-view build workflow using github app instead of token

* 31118 bug fix: SUBMITTED DATE SORT does not work (#1581)

* bug fix: SUBMITTED DATE SORT does not work

* order on submitted date only

* 30614 Add expiration date validation to edit (#1583)

* add expiration date validation to edit

* update

* 31568 - Chore: remove broken link (#1584)

* 31568 - Chore: remove broken link

* 31569 - Test: update search test to match current order criteria

---------

Co-authored-by: Andrew Bolyachevets <Andriy.Bolyachevets@gov.bc.ca>
Co-authored-by: eve-git <54647458+eve-git@users.noreply.github.com>
hfekete added a commit that referenced this pull request Jan 27, 2026
* test github app (#1578)

- verify pre-view build workflow using github app instead of token

* 31118 bug fix: SUBMITTED DATE SORT does not work (#1581)

* bug fix: SUBMITTED DATE SORT does not work

* order on submitted date only

* 30614 Add expiration date validation to edit (#1583)

* add expiration date validation to edit

* update

* 31568 - Chore: remove broken link (#1584)

* 31568 - Chore: remove broken link

* 31569 - Test: update search test to match current order criteria

* Name Examination UI: change to use Namex API GW URL and API key#30767

Signed-off-by: stevenc987 <steven.chen@gov.bc.ca>

* Name Examination UI: change to use Namex API GW URL and API key#30767

Signed-off-by: stevenc987 <steven.chen@gov.bc.ca>

* Refactor: improve highlighting logic and modularize with `highlightWord` utility function

---------

Signed-off-by: stevenc987 <steven.chen@gov.bc.ca>
Co-authored-by: Andrew Bolyachevets <Andriy.Bolyachevets@gov.bc.ca>
Co-authored-by: eve-git <54647458+eve-git@users.noreply.github.com>
Co-authored-by: stevenc987 <steven.chen@gov.bc.ca>
hfekete added a commit that referenced this pull request Feb 3, 2026
* test github app (#1578)

- verify pre-view build workflow using github app instead of token

* 31118 bug fix: SUBMITTED DATE SORT does not work (#1581)

* bug fix: SUBMITTED DATE SORT does not work

* order on submitted date only

* 30614 Add expiration date validation to edit (#1583)

* add expiration date validation to edit

* update

* 31568 - Chore: remove broken link (#1584)

* 31568 - Chore: remove broken link

* 31569 - Test: update search test to match current order criteria

* Name Examination UI: change to use Namex API GW URL and API key#30767

Signed-off-by: stevenc987 <steven.chen@gov.bc.ca>

* Name Examination UI: change to use Namex API GW URL and API key#30767

Signed-off-by: stevenc987 <steven.chen@gov.bc.ca>

* Refactor: improve highlighting logic and modularize with `highlightWord` utility function

* 31278-Update code owners. (#1588)

* Chore: remove unused `backup-pnpm-lock.yaml.backup` file

updated plugins to return names
Fix tests to run locally

* reverted some changes in plugins

* Fix: remove duplicate `LoadingSpinner` component in `ResultsBox.vue`

* Test: add Vue Router setup to test configuration

* Chore: update `happy-dom` to version 20.4.0 in `pnpm-lock.yaml` and dependencies (dealing with vulnerabilities in v14)

* Chore: update Node.js to v24, configure module type, and improve typings and event handling

* chore: upgrade cloud build to node 24 & pnpm

* chore: add pnpm version 10.28.1 and node version 24.x to CI/CD workflows

* chore: remove unused `@vitejs/plugin-vue` dependency from package.json

* missing pnpm-lock.yaml
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