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

SIRI-942 revamp saving of code-list-entries #1949

Merged
merged 2 commits into from
Mar 13, 2024

Commits on Mar 7, 2024

  1. SIRI-942 revamp saving of code-list-entries

    Due to changes of Bootstrap5 we set the code to disabled to have correct css. disabled field won't be sent in the request, so we change the route and include the id in the route.
    This also unifies the behaviour to many other routes, where /entity/new is the route to create a new entity and /entity/:1 will show the editor as well for entry with given id.
    
    BREAKING - Changed behaviour: - if you create a new code-list-entry with an existing code we now no more edit the existing one (which was also kindly unintuitive until now) and will throw an error instead..
    
    - fixes: SIRI-942
    ymo-sci committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2d13561 View commit details
    Browse the repository at this point in the history
  2. drive-by: fix obvious typo

    ymo-sci committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e07ea15 View commit details
    Browse the repository at this point in the history