Versions Compared

Key

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

...

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

AN-2157 Assign role and groups to keycloak realm clientsAN-2195 Statistics part 3 - Accession

...

AN-2347 Getting a console error while trying to edit the contributor.

AN-2403 Restrictions are sometimes not included on the shelf markerAN-2416 Bug fix in project delete for child entity preference

...

AN-1466 As a repository administrator I want to print QR codes to identify shelves which will be used to place units on the scanned shelf

Tasks with release note:

  • AN-2157 Assign role and groups to keycloak realm clients

    Code Block
    Added a new property REPOSITORY_CLIENT_SECRET in Asta7 .env file. 
    Need to update the value of this property manually for existing installations. 
  • AN-2403 Restrictions are sometimes not included on the shelf marker

    Code Block
    Sync should be performed for the existing requisitions.

Install-Package:

View file
nameasta7-1.65.0.zip

How to upgrade:

  1. Stop the previously running Asta7

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

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

  4. Run Asta7 1.65.0

    Code Block
    cd asta7-1.65.0
    docker compose up -d

...