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

Enable repeated search in DocumentUnitSearchEntryForm #1525

Merged
merged 4 commits into from
May 28, 2024

Commits on May 24, 2024

  1. Add repeated search in DocumentUnitSearchEntryForm

    The test is WIP.
    RISDEV-4003
    anne-ds committed May 24, 2024
    Configuration menu
    Copy the full SHA
    de4ddc0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Refactor code to always search on button click

    RISDEV-4003
    In order to avoid having too many conditionals and variables (e.g. isIdenticalSearch), this solution decouples the search completely from the route. The route is still pushed to the router, in order to maintain the search on reload, but now the search is always triggered, when the search button is clicked and on first mount.
    leonie-koch committed May 27, 2024
    Configuration menu
    Copy the full SHA
    39640e1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    4d76db8 View commit details
    Browse the repository at this point in the history
  2. Fix search on changed route and test

    This search has been triggered twice
    RISDEV-4003
    anne-ds committed May 28, 2024
    Configuration menu
    Copy the full SHA
    110c717 View commit details
    Browse the repository at this point in the history