[MNT-24660] version list action cannot be disabled using app conf (#10308)

* MNT-24660 Added possibility to hide and show viewing of versions when calling openUploadNewVersionDialog function

* MNT-24660 Unit tests

* MNT-24660 Allow to set allowVersionDelete and showActions by new version uploader service

* MNT-24660 Unit tests and documentation

* MNT-24660 Reformated documentation table

* MNT-24660 Fixed sonar issues

* MNT-24660 Fix sonar and additional fixes
This commit is contained in:
AleksanderSklorz
2024-10-21 15:16:20 +02:00
committed by GitHub
parent 1d739ed15a
commit 8ebb8d1b43
21 changed files with 579 additions and 218 deletions

View File

@@ -26,6 +26,7 @@ backend services have been tested with each released version of ADF.
- [v4.4.0](#v440)
- [v4.3.0](#v430)
- [v4.2.0](#v420)
- [v4.1.1](#v411)
- [v4.1.0](#v410)
- [v4.0.0](#v400)
- [v3.9.0](#v390)
@@ -196,6 +197,14 @@ backend services have been tested with each released version of ADF.
<!--v420 end-->
## v4.1.1
<!--v411 start-->
- [New version uploader dialog](content-services/components/new-version-uploader.dialog.md)
<!--v411 end-->
## v4.1.0
<!--v410 start-->