Versions Compared

Key

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

Tasks:

Bugs:

Tasks with release note:

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

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

    Code BlockPORTAL_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.

    AN-2467 Implement Storage Unit Type Enum based on the provided list in repository

  • AN-2487 Create astaJdbcTemplate and move all query from jdbcTemplate to astaJdbcTemplate and fix tests accordingly

  • AN-2489 Storage location is not editable

  • AN-2496 Prevent breaking changes to the system templates

  • AN-2502 Add SCSS support to repository client

  • AN-2512 Unassign organization from depot if there is no storage unit of that organization.

  • AN-2513 Check project organization and depot organization on the storage unit/location for create, move and scan.

  • AN-2517 Kubernetes issues on project init

  • AN-2518 Entity crud list event log are not shown in local date time format

  • AN-2520 Added fields to the participant module

  • AN-2523 R&D: Docker container health check to trigger alert

  • AN-2524 Use ubuntu 24.04 version for virtual machine operating system (asta7-iac)

  • AN-2526 Add Organization and Project Level Access Check on Asta Requisition in Backend

  • AN-2530 Need the ability to delete unused states

  • AN-2535 Add another version of the lagre label with the QR-code in the content area. If possible keep som of the content text

  • AN-2536 Optimise for moving large amounts of entities in Asta 7

  • AN-2537 Requisition log shows UUIDs for the users. Replace with username

  • AN-2538 STARBAS: Add a new field codeNumber in the organization table.

  • AN-2541 Requisition - Order by the when field

  • AN-2542 Add Organization and Project Level Access Check on Asta Requisition in Frontend

  • AN-2543 Need to consider the organization for project and shelf for scanning shelf

  • AN-2544 Add essync, portal, repository and requisition metrics to status metric to trigger alert from prometheus

  • AN-2547 Add validation in the back-end while creating requisition

  • AN-2548 Missing text on Samleenhed labels

Bugs:

  • AN-2492 In the processing list, only 20 items are showing.

  • AN-2493 Need to change the implementation of the background job for asta-repository.

  • AN-2498 Getting this error while un-selecting the project from the search.

  • AN-2500 Selected contents for move operation in the content member section is disappearing after failed move.

  • AN-2515 White space in the username shouldn't be allowed while creating users from the admin.

  • AN-2555 Getting error of cart limit of 10000 exceeds while changing the requested date.

Tasks with release note:

Install-Package:

View file
nameasta7-1.6869.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.6869.0

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

  4. Run Asta7 1.6869.0

    Code Block
    cd asta7-1.6869.0
    docker compose up -d

Info

It might take some time to upgrade to the 1.69.0 version depending on the number of projects users have in the asta7. For each project, it will take approximately 3-5 minutes. So, if the user has 10 projects in asta7 then it will take approximately 30-50 minutes

Configuration:

View file
nameconfiguration.zip

...