mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-03 11:59:49 +00:00
14 lines
914 B
Markdown
14 lines
914 B
Markdown
## v4.5.0 - 2025-10-03
|
|
### Feature
|
|
* Only allow delete of attachment on workflows that are not final
|
|
* Move up signature buttons on index workflow page for easier access
|
|
* Filter out document from attachment list if it is the same as the workflow document
|
|
* Block edition on attached document on workflow, if the workflow is finalized or sent external
|
|
* Convert workflow's attached document to pdf while sending them external
|
|
* After a signature is canceled or rejected, going to a waiting page until the post-process routines apply a workflow transition
|
|
### Fixed
|
|
* ([#426](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/426)) Increased the number of required characters when setting a new password in Chill from 9 to 14 - GDPR compliance
|
|
* Fix permissions on storedObject which are subject by a workflow
|
|
### DX
|
|
* Introduce a WaitingScreen component to display a waiting screen
|