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 setting reading the search language cookie #1693

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. Search bar language selector according to the vocabulary config langu…

    …ages
    Takala Joeli A authored and joelit committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    18e5f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78924ae View commit details
    Browse the repository at this point in the history
  3. Added tests for the contents of the search bar language menu

    Translations can be maintained with the Symfony-Lokalise combination (pull, push, extract)  but not yet by extracting from Vue code (#1648)
    
    At first, there was some uncertainty about whether the system was actually updating the data correctly (deletion in Lokalise -> deletion locally as well), but it seems that it worked correctly after all. Although the feature branch can be merged, further testing should still be done just to be sure.
    
    Add cypress tests for alphabetical index + add new test vocab
    
    Add cypress test for alt labels
    
    Add cypress files for alphabetical index and hierarchy
    
    Move alphabetical index cypress tests from vocab-home.cy.js + add checks for spinners
    
    Change test vocab name
    
    Fix uriSpace
    
    Fix uri space in test vocab
    joelit committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1b519bc View commit details
    Browse the repository at this point in the history
  4. Removed the language list from SKOSMOS object and hardcoded the relev…

    …ant cypress test to avoid a false positive test result
    joelit committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a5b94f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fixed the cookie name

    joelit committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2a1fa7b View commit details
    Browse the repository at this point in the history