Versions Compared

Key

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

Bug fixes:

...

  • AN-2937 Missing Translation in search rule

    Code Block
    Use latest ISAG template from develop to get the translations
  • AN-3019 SYNQ Related Default Data Creation on Requisition based on .env new flag

    Code Block
    Before docker compose up -d user need to do following things if SYNQ Requisition feature available.
    
    If SYNQ Requisition feature want to enable then please add a new variable called SYNQ_REQUISITION_ORGANIZATION  on .env where value should be Organization ID
  • AN-3042 Display all columns of the same field for a nested entity path ensuring that fields belonging to the same entity at different levels are grouped together

    Code Block
    Now In fragment if an user chooses navn of serie in the fragment setting and a serie under series comes in the result, only one navn comes in the result. We need to show the both keeping order.
  • AN-3041 As a Repository User I want to Identify Shelves containing more space that the total space via a color or warning So that I can perform some reconciliation on them.

    • Depending on data the upgrade script might take 10 - 20 minutes.

Install-Package:

How to upgrade:

  1. Stop the previously running Asta7

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

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

  4. Run Asta7 1.80.0

    Code Block
    cd asta7-1.80.0
    docker compose up -d
  5. Re-index search data for all initialized projects

  6. Sync the repository objects to get new QR label data properly.

Configuration: