1.71.0 - Asta7

Tasks:

  • AN-2483 Ingest file issues when migrating from Asta 5

  • AN-2570 Add 1 code/value in code table AKTOR HYPERLINKTYPE

  • AN-2606 Make it possible to set FK/ObjectRef relations to null if nullable in the edit form

  • AN-2607 Danish translation corrections

  • AN-2620 Add support for multiple object_reference fields in an Entity

  • AN-2629 Create documentation on how to update the data in the test Portal

Bugs:

  • AN-2464 Unable to use Placement Storage Units

  • AN-2468 Storage unit type missing in Asta 7 postgres after migrating

  • AN-2580 Object reference uuid is shown instead of object reference title

  • AN-2593 Error when moving all storage units

  • AN-2594 We're retrieving several java properties but didn't set those as java properties.

  • AN-2596 Unique constraint violation during project initialization

  • AN-2597 Template fields can't be created with existing field sequence

  • AN-2610 Manually Updated Code Not Sent to Server During Organization Creation in Asta7 Admin

  • AN-2616 Unable to make FIL-entity with SINGLE_OWNER function searchable

Tasks with release note:

  • AN-2556 If a user deletes an organization from asta7, the corresponding data should be deleted from the requisition module

    Need to put value of REQUISITION_URL value in env i.e.

    REQUISITION_URL=http://localhost/requisition

    ** This will application only to asta7 requisitions, not portal requisitions.

  • AN-2562 If a user deletes a project from asta7, the corresponding data should be deleted from the requisition module

    Need to put value of REQUISITION_URL value in env i.e.

    REQUISITION_URL=http://localhost/requisition

    ** This will application only to asta7 requisitions, not portal requisitions.

  • AN-2609 Corrections: Shelf marker - Medie

    Need to run sync for old data.

Install-Package:

How to upgrade:

  1. Stop the previously running Asta7

    cd previous_asta7_directory docker compose down
  2. Download and extract Asta7 1.71.0

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

  4. Add the following entry to the environment section of the gui-server container in the docker-compose.yml file

    REQUISITION_CLIENT_SECRET: ${REQUISITION_CLIENT_SECRET}
  5. Run Asta7 1.71.0

    cd asta7-1.71.0 docker compose up -d

Configuration:

Â