...
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 | ||
---|---|---|
|
How to upgrade:
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.65.0
Adjust the
.env
file according to the previous oneRun Asta7 1.65.0
Code Block cd asta7-1.65.0 docker compose up -d
...