Skip to content

WEBUI-2092:Fix Saved Search failing to Clear true value on nuxeo-directory-suggestion tied to Boolean property [LTS-2025]#3257

Open
AnilKumarVanga wants to merge 2 commits into
lts-2025from
WEBUI-2092-fix-saved-search-failing-to-clear-true-value-on-nuxeo-directory-suggestion-tied-to-boolean-property-lts-2025
Open

WEBUI-2092:Fix Saved Search failing to Clear true value on nuxeo-directory-suggestion tied to Boolean property [LTS-2025]#3257
AnilKumarVanga wants to merge 2 commits into
lts-2025from
WEBUI-2092-fix-saved-search-failing-to-clear-true-value-on-nuxeo-directory-suggestion-tied-to-boolean-property-lts-2025

Conversation

@AnilKumarVanga

Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings June 25, 2026 05:00
@AnilKumarVanga AnilKumarVanga requested a review from a team as a code owner June 25, 2026 05:00
@AnilKumarVanga AnilKumarVanga requested review from madhurkulshrestha-hyland and swarnadipa-dev and removed request for a team June 25, 2026 05:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR changes the Reset behavior of nuxeo-search-form so that resetting the form always clears current filters/values, even when a saved search is currently selected—addressing the “saved search can’t clear boolean true value” scenario described by WEBUI-2092.

Changes:

  • Simplifies nuxeo-search-form’s _reset() to always delegate to _clear().
  • Updates unit tests to reflect the new reset behavior for saved searches.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
elements/search/nuxeo-search-form.js Makes _reset() always call _clear() (removes saved-search reload branch).
test/nuxeo-search-form.test.js Updates reset-related test expectations to match the new “always clear” reset behavior.

Comment thread test/nuxeo-search-form.test.js Outdated
@sonarqubecloud

Copy link
Copy Markdown

@AnilKumarVanga AnilKumarVanga changed the title WEBUI-2092:Fix Saved Search failing to Clear true value on nuxeo-directory-suggestion tied to Boolean property WEBUI-2092:Fix Saved Search failing to Clear true value on nuxeo-directory-suggestion tied to Boolean property [LTS-2025] Jun 26, 2026
@AnilKumarVanga AnilKumarVanga force-pushed the WEBUI-2092-fix-saved-search-failing-to-clear-true-value-on-nuxeo-directory-suggestion-tied-to-boolean-property-lts-2025 branch from 6a66f21 to 5ee851b Compare June 29, 2026 05:13
@AnilKumarVanga AnilKumarVanga force-pushed the WEBUI-2092-fix-saved-search-failing-to-clear-true-value-on-nuxeo-directory-suggestion-tied-to-boolean-property-lts-2025 branch from 5ee851b to 01cd23f Compare June 29, 2026 05:34
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.

2 participants