Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Tasks:

Bugs:

Tasks with release note:

  • AN-2511 Moving functionality should not be enabled by default

    To enable “Scan and Move” option in the repository need to set SYNQ_HOST value in .env file.
  • AN-2484 Hide the portal requisition menu

    PORTAL_REQUISITION_ENABLED value needs to be set in the .env file. 
    The default value is set as true. 
    PORTAL_REQUISITION_ENABLED= or PORTAL_REQUISITION_ENABLED=false means we want to hide the portal requisition menu. 
    Otherwise, the portal requisition menu is not hidden. 

Install-Package:

How to upgrade:

  1. Stop the previously running Asta7

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

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

  4. Run Asta7 1.68.0

    cd asta7-1.68.0
    docker compose up -d

Configuration:

  • No labels