mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
24 lines
2.0 KiB
Markdown
24 lines
2.0 KiB
Markdown
## v2.9.0 - 2023-10-17
|
|
### Feature
|
|
* ([#147](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/147)) Add history to scopes and to jobs in administrator section. When user job or main scope of user is changed, automaticaly add a new row in history.
|
|
* ([#146](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/146)) Allow closing motives to be identified as 'canceling the accompanying period' + don't take canceled accompanying periods into account
|
|
* [export] add an aggregator for activities: group by job scope's creator aggregator
|
|
* DX: prepare the code for the upgrade to symfony 5.4
|
|
|
|
### Traductions francophones des principaux changements
|
|
|
|
- ajout de l'historique des services et métiers pour les utilisateurs. Les exports, filtres et regroupements sont adaptés pour tenir compte du métier et du service
|
|
de l'utilisateur au moment de l'échange, de sa désignation comme agent traitant de l'échange ou du moment du rendez-vous ([#147](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/147)))
|
|
- modification des motifs de cloture des parcours: ajout d'un chanmp "annule le parcours", qui permet d'indiquer que le motif "annule" le parcours. Les parcours annulés n'apparaissent
|
|
pas dans les statistiques
|
|
- ajouter d'un regroupement pour les échanges: grouper par métier et service du créateur de l'échange
|
|
|
|
|
|
### Possible BC break in configuration
|
|
|
|
This release remove the use of deprecated package [symfony/templating](https://symfony.com/components/Templating).
|
|
|
|
If you use this package in your own bundle (usually `src/` directory, or other dependencies), you should add this dependencies in your local composer.json (`composer require symfony/templating`).
|
|
|
|
But if you do not need this any more, you must ensure that the configuration key `framework.templating` is removed. This is usually located into `config/packages/framework.yaml`. [See here an example](https://gitea.champs-libres.be/Chill-project/chill-skeleton-basic/commit/cc716beaecc239e6a189f3db62ea95f169a37505#diff-df607fe73ff82c569824a7392edf5e760e998efe)
|