Versions Compared

Key

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

Changes:

  • AN-2631 As a user I want to be able to We can now specify total space in meters, rather than centimeters

  • AN-2741 As a Asta7 user I want a suggested placement Placement is now suggested when creating storage unit

  • AN-2777 [BE] As a Asta7 user I want an We can now export aksesjon/tilvekst-list

  • AN-2859 [FE] Added an option on search page for exportable aksesjon/tilvekst-list

  • AN-2815 Make Archivist role can see event - and changelog available for archivist roleand change logs

  • AN-2816 As a system admin I want to System admin can set a system notification displayed to all users upon their next login

  • AN-2821 Write documentation on label template.

  • AN-2840 Make tags Tags are now 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-listImproved error message during import job

  • AN-2866 Show We can now see 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 Event logs are now ignored for batch creation

Bug fixes:

  • AN-2838 Repository storage Fixed organization removal during object sync is removing organizations for other user

  • AN-2849 Moving can possibly cause deletionFixed object deletion during object move

  • AN-2851 R&D: Excel Fixed occational failure of excel and single-archive import occasionally fail

  • AN-2862 Can't create relations Fixed error during relations creation in ISADG

  • AN-2872 Fixed broken Add/remove rules list is broken

  • AN-2879 Can't Fixed reset password at project level

  • AN-2893 Ancestor Fixed failure of ancestor tree reindex fails on big project in upgrade 1.76

  • AN-2895 Overwrite Fixed failure during overwrite in batch create storage unit does not work

Tasks with release note:

  • AN-2842 Create "publish enabled" flag on main ISDAG entities

    Code Block
    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

      Code Block
      docker exec am-mongodb mongosh -u admin -p admin --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "7.0", confirm: true } )'

Install-Package:

View file
nameasta7-1.77.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.77.0

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

  4. Run Asta7 1.77.0

    Code Block
    cd asta7-1.77.0
    docker compose up -d

...