1.68.0 - Asta7
Tasks:
AN-2019 R&D - Template compatibility
AN-2449 Archive path missing from the search results
AN-2455 Create base classes for asta7 job for thread interruption and modify existing jobs to extend this whenever applicable.
AN-2460 Essync Health Check
AN-2462 Avoid scrolling the background when showing requisition detail
AN-2463 Generate a report after finishing an Asta 5 to Asta 7 export from Ingest
AN-2469 Changes to the restriction inheritance - Exception for "Fritt tilgjengelig"
AN-2472 Remove version from all package.json and get version from server
AN-2473 Requisition module all buttons need consistence as like Asta7
AN-2474 Create notification component to show all toast message and disappear toast on mouse hover with shorter duration
AN-2479 Editing requested date field of requisition item
AN-2480 Add filtering on requested date field of requisition item
AN-2481 External integration partners want to see the UUID (_amid) in Asta 7. Make it possible to display _amid as a field
AN-2485 Changes to the shelf marker
AN-2486 Make insert query cancelable
AN-2488 Improvements to the detail view
AN-2490 Show warning that Stykke has underlying restrictions in the requisition module
AN-2501 Add an option to create storage units for all Stykke below current Arkiv or Arkivdel
AN-2510 arp-backend issue when upgrading to Asta 1.67.0
Bugs:
AN-2275 "Aktør relasjon" not showing correctly. The object reference displays either an UUID or blank
AN-2433 Updating an item format in the repository is giving 504 gateway timeout.
AN-2461 Shortcut keys (A, M) isn't working in the tree pop-up modal.
AN-2466 Save button is disable if the searchable is unchecked.
AN-2471 AM Core test runs out of memory
AN-2477 Import XML-tree concatinates values when field is missing in template
AN-2482 Adding a large Serie to the moving cart in Asta 7 gives a time-out warning
AN-2491 Arkivdel is shown as Serie on the Stykke labels
AN-2528 Getting request header is too large error while accessing repository and requisition
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:
Stop the previously running Asta7
cd previous_asta7_directory docker compose down
Download and extract Asta7 1.68.0
Adjust the
.env
file according to the previous oneRun Asta7 1.68.0
cd asta7-1.68.0 docker compose up -d
Configuration: