diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b4936dd8..3dc23a3c0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -101,7 +101,7 @@ "name": "py-customize-FWO-sample", "type": "debugpy", "request": "launch", - "program": "${workspaceFolder}/scripts/customizing/customizeFwoSampleScript.py", + "program": "${workspaceFolder}/scripts/customizing/customizing.py", "console": "integratedTerminal", "env": { "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}" diff --git a/documentation/revision-history-main.md b/documentation/revision-history-main.md index 149785b44..ac9ac02ee 100644 --- a/documentation/revision-history-main.md +++ b/documentation/revision-history-main.md @@ -370,3 +370,14 @@ adding report template format fk and permissions - Database security: all credentials in the database are now encrypted - breaking change (for developer debugging only): add the following local file when using -e testkeys=true: /etc/fworch/secrets/main_key with content "not4production..not4production.." - Importer fix: remove log locking from importer due to stalling importer stops + +# 8.2 - 30.04.2024 MAIN +- new workflow for modelling: interface request + - adding all imported modelling users to local db (uiuser) - to enable email notification +- new features for modelling + - display NAs in Report LSB and Export + - count and display members of areas in selection list +- upgrade to dotnet 8.0 (middleware and UI server) +- encrypt emailPassword in config +- fixes: + - demo managements (change import from deactivated to activated - does not affect test managements) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index f10e29fc6..80fd8cfe8 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -1,5 +1,5 @@ ### general settings -product_version: "8.1.2" +product_version: "8.2" ansible_user: "{{ lookup('env', 'USER') }}" ansible_become_method: sudo ansible_python_interpreter: /usr/bin/python3