Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »

Highlights:

AN-2135 Inconsistencies when uploading multiple larger files in Admin-panel

AN-2262 Manage Access Control for Repository on Client Side

AN-2264 Storage Location pagination not working properly from back-end API

AN-2279 Validation report shows dates as reversed: (yyyyDDmm) instead of (ddMMyyyy)

AN-2274 Recalculate shelf for a large repository to be able to delete orphans requires too many operations

AN-2314 BE - Make entities shown in the tree configurable

AN-2261 Show Restricted (Screened) non-root items in the tree

AN-2254 Add level-agnostic or descendant search

AN-2230 As a requisition processor I want to see if an item is already requisitioned by someone else

AN-1404 Improvements of archive search export from basic search.

AN-1867 Remodel the "export all relevant info"-exportfile (pdf/excel) to look more like the archive-list in ISADG

Tasks:

AN-1404 Improvements of archive search export from basic search.

AN-1867 Remodel the "export all relevant info"-exportfile (pdf/excel) to look more like the archive-list in ISADG

AN-2043 Run arq-client container as non root user

AN-2044 Run arq-backend container as non root user

AN-2045 Run arp-backend container as non root user

AN-2131 FE - Make entities shown in the tree configurable

AN-2166 Extended requisition stats

AN-2214 Add Server Side Search option in Repository dropdowns (e.g continuous space dropdowns)

AN-2230 As a requisition processor I want to see if an item is already requisitioned by someone else

AN-2250 Changes to requisition state

AN-2252 Excel import interprets date fields different and may give the wrong date in the to/from fields

AN-2254 Add level-agnostic or descendant search

AN-2261 Show Restricted (Screened) non-root items in the tree

AN-2262 Manage Access Control for Repository on Client Side

AN-2265 Requisition menu re-arrange

AN-2274 Recalculate shelf for a large repository to be able to delete orphans requires too many operations

AN-2314 BE - Make entities shown in the tree configurable

Bugs:

AN-2119 Admin client archive editor filter not working

AN-2135 Inconsistencies when uploading multiple larger files in Admin-panel

AN-2142 Singe archive export is slow when including large amount of files

AN-2258 Needs a loader when the user clicks on the Load all button.

AN-2264 Storage Location pagination not working properly from back-end API

AN-2276 A successful background job should get deleted after 5 minutes.

AN-2279 Validation report shows dates as reversed: (yyyyDDmm) instead of (ddMMyyyy)

AN-2304 Should show a meaningful error message if there's no Stykke under a root entity while printing labels and QR code

Tasks with release note:

  • AN-2142 Singe archive export is slow when including large amount of files

    There is upgrade script in this issue (Upgrade Script 16). The upgrade script may takes 20 - 30 mins depending on data.

  • AN-2252 Excel import interprets date fields different and may give the wrong date in the to/from fields

    • This import only works for ISAD(G) standard.

    • Only date format is checked not date validity. Because 20.2024 is not a valid date.

    • Only StartDato and SluttDato is considered for validation.

    • For null or empty cell validation is not done.

    • FYI /wiki/spaces/ASTA6/pages/2934636545

Install-Package:

How to upgrade:

  1. Stop the previously running Asta7

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

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

  4. Run Asta7 1.64.0

    cd asta7-1.64.0
    docker compose up -d

Configuration:

  • No labels