Versions Compared

Key

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

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-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:

View file
nameasta7-1.64.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.64.0

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

  4. Run Asta7 1.64.0

    Code Block
    cd asta7-1.64.0
    docker compose up -d
  5. It may take a while to start due to the upgrade script with issue AN-2142.

...