Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API Changes:

  • Assign role and groups to keycloak realm clients

Previous endpoint

New endpoint

/requisition/backend/getAllOrganization

/gui-server/api/organization

/requisition/backend/api/requisition/getAllLocation

/gui-server/api/for-repository/codeValues/LOKASJON

/requisition/backend/api/portal/getAllLocation

/gui-server/api/for-repository/codeValues/LOKASJON

Tasks:

AN-2145 As an Asta7 user I want to be able to print labels for a specific selection of archive units

...

  1. Stop the previously running Asta7

    Code Block
    cd previous_asta7_directory
    docker compose down
  2. Download and extract Asta7 1.65.2

  3. Adjust the .env file according to the previous one

  4. Copy the client secret of client requisition asta-repository from Keycloak admin console and update the value of REPOSITORY_CLIENT_SECRET property in .env.

    Keycloak-Administration-UI.pngImage Removedimage-20240430-112118.pngImage Added

  5. Run Asta7 1.65.2

    Code Block
    cd asta7-1.65.2
    docker compose up -d

...