2023-07-07 13:21:22 +02:00

2.7 KiB

v2.4.0 - 2023-07-07

Feature

  • (#113) [export] on "filter by user working" on accompanying period, add two dates to filters intervention within a period
  • (#113) [export] Add an aggregator by user's job working on a course
  • (#113) [export] add an aggregator by user's scope working on a course
  • [export] on aggregator "user working on a course"
  • (#113) [export] add a center aggregator for Person
  • (#113) [export] add a filter on "job working on a course"
  • (#113) [export] Add a filter on "scope working on a course"
  • (#121) Create a role "See Confidential Periods", separated from the "Reassign courses" role
  • (#124) Sync user absence / presence through microsoft outlook / graph api.

Fixed

  • (#116) On the accompanying course page, open the action on view mode if the user does not have right to update them (i.e. if the accompanying period is closed)
  • [export] Rename label for CurrentActionFilter (on accompanying period work) to make precision between "ouvert" and "sans date de fin"
  • Force the db to have either a person_location or a address_location, and avoid to have both also internally in the entity
  • [export] set rolling date on person age aggregator
  • [export] fix list when a person locating a course is without address
  • [export] remove unused condition on course about duration participation
  • Command to subscribe on MS Graph users calendars: improve the loop to be more efficient

DX

  • Rolling Date: can receive a null parameter

Traduction francophone des principaux changements

  • sur le "filtre par intervenant", ajoute deux dates pour limiter la période d'intervention;
  • ajout d'un regroupement par métier des intervenants sur un parcours;
  • ajout d'un regroupement par service des intervenants sur un parcours;
  • ajout d'un regroupement par utilisateur intervenant sur un parcours
  • ajout d'un regroupement "par centre de l'usager";
  • ajout d'un filtre "par métier intervenant sur un parcours";
  • ajout d'un filtre "par service intervenant sur un parcours";
  • création d'un rôle spécifique pour voir les parcours confidentiels (et séparer de celui de la liste qui permet de ré-assigner les parcours en lot);
  • synchronisation de l'absence des utilisateurs par microsoft graph api