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-2142 Singe archive export is slow when including large amount amounts of files
code
Info |
---|
There |
...
is |
...
a upgrade |
...
script added to address this issue. The Asta7 may take 20 - 30 mins for startup depending on the amount of 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.
Install-Package:
View file | ||
---|---|---|
|
How to upgrade:
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.64.0
Adjust the
.env
file according to the previous oneRun Asta7 1.64.0
Code Block cd asta7-1.64.0 docker compose up -d
It may take a while to start due to the upgrade script with issue AN-2142.
Configuration:
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
...