Changes:
AN-2631 As a user I want to be able to specify total space in meters, rather than centimeters
AN-2741 As a Asta7 user I want a suggested placement when creating storage unit
AN-2777 [BE] As a Asta7 user I want an exportable aksesjon/tilvekst-list
AN-2815 Make event- and changelog available for archivist role
AN-2816 As a system admin I want to set a system notification displayed to all users upon their next login
AN-2821 Write documentation on label template.
AN-2840 Make tags available for archivist role
AN-2845 Upgrade Keycloak to version 26
AN-2853 "Unable to commit against jdbc connection" message does not give us enough information in import job to figure out what wrong is going on. Need to come up with some details error message.
AN-2859 [FE] Show option on Search page for exportable aksesjon/tilvekst-list
AN-2866 Show start and end offset of storage unit and storage location in shelf detail page.
AN-2867 Fix offset functionality is not working correctly during the batch creation of storage unit and add IT service
AN-2890 Ignore event log for batch creation
Bug fixes:
AN-2838 Repository storage object sync is removing organizations for other user
AN-2849 Moving can possibly cause deletion
AN-2851 R&D: Excel and single-archive import occasionally fail
AN-2862 Can't create relations in ISADG
AN-2872 Add/remove rules list is broken
AN-2879 Can't reset password at project level
AN-2893 Ancestor tree reindex fails on big project in upgrade 1.76
AN-2895 Overwrite in batch create storage unit does not work
Tasks with release note:
AN-2842 Create "publish enabled" flag on main ISDAG entities
Need to replace old ISADG template with new ISADG template.
AN-2846 Upgrade Spring boot, MongoDb, ES, Debezium, and others
Run the following upgrade after running Asta7, change the password if needed
docker exec am-mongodb mongosh -u admin -p admin --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "7.0", confirm: true } )'
Install-Package:
How to upgrade:
Stop the previously running Asta7
cd previous_asta7_directory docker compose down
Download and extract Asta7 1.77.0
Adjust the
.env
file according to the previous oneRun Asta7 1.77.0
cd asta7-1.77.0 docker compose up -d