Release v3.11.0

This commit is contained in:
Julien Fastré 2025-04-17 14:22:35 +02:00
parent ad17313c61
commit b830952b9e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
11 changed files with 19 additions and 68 deletions

View File

@ -1,6 +0,0 @@
kind: DX
body: Add new chill-col style for displaying title and aside in a flex table
time: 2025-04-10T15:34:26.052138894+02:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@ -1,9 +0,0 @@
kind: Feature
body: Add counters of actions and activities, with 2 boxes to (1) show the number
of active actions on total actions and (2) show the number of activities in a accompanying
period, and pills in menus for showing the number of active actions and the number
of activities.
time: 2025-03-19T09:00:04.152359515+01:00
custom:
Issue: "365"
SchemaChange: No schema change

View File

@ -1,7 +0,0 @@
kind: Feature
body: Added a second phone number "telephone2" to the thirdParty entity. Adapted twig
templates and vuejs apps to handle this phone number
time: 2025-03-25T16:43:01.003712495+01:00
custom:
Issue: "364"
SchemaChange: Add columns or tables

View File

@ -1,6 +0,0 @@
kind: Feature
body: 'Signature: add a button to go directly to the signature zone, even if there is only one'
time: 2025-04-15T15:03:24.436112828+02:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@ -1,9 +0,0 @@
kind: Fixed
body: |-
FIXED wrong translations in the on-the-fly for creation of thirdParty
FIXED update of phone number in on-the-fly edition of thirdParty
FIXED closing of modal when editing thirdParty in accompanying course works
time: 2025-03-25T16:43:27.437038378+01:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Shorten the delay between two execution of AccompanyingPeriodStepChangeCronjob, to ensure at least one execution in a day
time: 2025-04-09T21:29:58.591267777+02:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Fix display of title in document list
time: 2025-04-10T15:33:54.660510278+02:00
custom:
Issue: "102"
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: When cleaning the old stored object versions, do not throw an error if the stored object is not found on disk
time: 2025-04-16T16:22:57.309699258+02:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Add consistent log prefix and key to logs when stale workflows are automatically canceled
time: 2025-04-16T21:03:15.491889784+02:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@ -1,7 +0,0 @@
kind: Fixed
body: |
Remove the "not null" validation constraint on recently added properties on HouseholdComposition
time: 2025-04-17T10:56:27.939628281+02:00
custom:
Issue: "380"
SchemaChange: No schema change

19
.changes/v3.11.0.md Normal file
View File

@ -0,0 +1,19 @@
## v3.11.0 - 2025-04-17
### Feature
* ([#365](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/365)) Add counters of actions and activities, with 2 boxes to (1) show the number of active actions on total actions and (2) show the number of activities in a accompanying period, and pills in menus for showing the number of active actions and the number of activities.
* ([#364](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/364)) Added a second phone number "telephone2" to the thirdParty entity. Adapted twig templates and vuejs apps to handle this phone number
**Schema Change**: Add columns or tables
* Signature: add a button to go directly to the signature zone, even if there is only one
### Fixed
* Fixed wrong translations in the on-the-fly for creation of thirdParty
* Fixed update of phone number in on-the-fly edition of thirdParty
* Fixed closing of modal when editing thirdParty in accompanying course works
* Shorten the delay between two execution of AccompanyingPeriodStepChangeCronjob, to ensure at least one execution in a day
* ([#102](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/102)) Fix display of title in document list
* When cleaning the old stored object versions, do not throw an error if the stored object is not found on disk
* Add consistent log prefix and key to logs when stale workflows are automatically canceled
* ([#380](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/380)) Remove the "not null" validation constraint on recently added properties on HouseholdComposition
### DX
* Add new chill-col style for displaying title and aside in a flex table