68d21c9267
Update ReferrerAggregator to specify a date range as parameter
...
The ReferrerAggregator in ChillPersonBundle has been updated to include start and end dates, replacing the previous single computation date. This provides greater flexibility in setting the timeframe for referrer data. The messages.fr.yml file has also been updated to reflect these changes. Relevant tests have been updated to match the new functionality.
2024-06-17 15:22:28 +02:00
fc8bc33ba9
Add startDate and endDate on UserScopeFilter
2024-06-17 14:31:12 +02:00
bca0d04201
Update calendar list display for the the next calendar in search results
...
The calendar list display in ChillPersonBundle has been revamped, including a new view and style modifications. This update enables the display of calendars as a list for easy navigation with an added authorization check. Also, a new SCSS file named "calendar-list.scss" has been created and imported to enhance the UI/UX design.
2024-06-13 18:07:19 +02:00
b454774836
add changie [ci-skip]
2024-06-13 12:21:19 +02:00
197d69ef4a
release v2.4.0
2023-07-07 13:21:22 +02:00
9423f4d055
Merge branch '124-sync-user-absence-ms-graph' into 'master'
...
Feature: sync user absence with microsoft graph api
Closes #124
See merge request Chill-Projet/chill-bundles!571
2023-07-07 11:07:08 +00:00
99d6e9e6b8
Merge branch 'accompanying_period_voter' into 'master'
...
rights for reassigning and accessing confidential parcours
Closes #99 and #121
See merge request Chill-Projet/chill-bundles!483
2023-07-07 11:06:37 +00:00
8929f4b8a3
Merge branch '116-course-index-link-action-to-view-if-closed' into 'master'
...
Fixed: rights on the action list in accompanying period main's page
Closes #116
See merge request Chill-Projet/chill-bundles!566
2023-07-06 20:05:25 +00:00
43b7139488
One more changie [ci-skip]
2023-07-06 22:01:45 +02:00
9b6e6ec20f
add a changie
2023-07-06 21:34:43 +02:00
c95dc23c51
Merge remote-tracking branch 'origin/master' into accompanying_period_voter
2023-07-05 22:27:47 +02:00
0361743ae0
Merge branch '113-add-missing-filters' into 'master'
...
Add missing aggregators and filters
Closes #113
See merge request Chill-Projet/chill-bundles!567
2023-07-05 20:08:20 +00:00
af4e7f1226
Add changie entry
2023-07-05 22:06:36 +02:00
c8b62d990a
fixes for exports and list
2023-06-30 17:12:09 +02:00
b7df62d4f5
[export] use a rolling date on age aggregator (Person)
...
This query allow to detects the saved export which won't work any more:
```sql
select
s.id, user_id, description, title, u.label
from chill_main_saved_export s join users u on u.id = s.user_id
WHERE
options->'export'->'export'->'aggregators'->'person_age_aggregator'->'enabled' is not null;
```
2023-06-29 23:15:15 +02:00
5a395b160f
[export] add aggregator and filter related to AccompanyingPeriodInfo +
...
Center aggregator for Person
see #113
2023-06-29 17:53:47 +02:00
393e59e22b
DX: Rolling date: allow to receive a null parameter (RollingDate)
...
When receiving a null parameter (a null rolling date), it will return
null
2023-06-29 17:53:47 +02:00
4a5ac170ba
[export] add dates for filter "user working on course"
2023-06-29 17:53:47 +02:00
347eda05df
Fix: force the consistency of location in accompanying period
...
- internally, the entity remove the addressLocation when the
personLocation is set, and vice-versa;
- this commit add a migration which may solve the case when both case
happens (priority to personLocation + keep the history)
- add a constraint on the database to avoid such situation
2023-06-29 12:44:28 +02:00
90e8687799
Fixed: [export] rename label on CurrentActionFilter
2023-06-28 17:01:42 +02:00
da50fbc1fb
update for release v2.3.0
2023-06-27 18:46:04 +02:00
5bbc50976e
Merge branch '103-document-page' into 'master'
...
Liste unifiée des documents
Closes #103
See merge request Chill-Projet/chill-bundles!545
2023-06-27 16:35:29 +00:00
01dee54fab
Merge branch '110-export-editable' into 'master'
...
Feature: make saved export editables ( OP#203 )
Closes #110
See merge request Chill-Projet/chill-bundles!554
2023-06-27 16:32:37 +00:00
abe020f116
Merge remote-tracking branch 'origin/master' into 103-document-page
2023-06-27 18:31:14 +02:00
687ff63ce7
Rename label of filter in French: "parcours actif" => "parcours ouvert", and "filtrer les parcours ouverts" => "Filtrer les parcours dont la date d''ouverture"
2023-06-27 16:00:05 +02:00
a7c3089736
Feature: avoid duplicates for the same period in acc period user history
2023-06-27 15:47:48 +02:00
a93051d157
[export] set the default date for accompanying period list
2023-06-27 15:14:19 +02:00
f19b939bd4
Fixed: rights on the action list in accompanying period main's page
...
Add is_granted check on the action:
- if update action is allowed, open in update mode;
- if see action is allowed, open in see mode;
- fallback to an inactive link (should not happens)
2023-06-27 11:04:22 +02:00
c0ae2f8ed9
publish on version 2.2.2
2023-06-26 14:27:07 +02:00
9f0fdb031a
Merge remote-tracking branch 'origin/master' into 110-export-editable
2023-06-26 11:06:52 +02:00
27f797d736
add changie entry for fixing filiation bug
2023-06-21 14:30:22 +02:00
471898e6d8
Fixed: filter social action to keep only currently activated
2023-06-21 14:17:54 +02:00
146103e87c
Fixed: Accompanyingperiod / comment: order by newest to oldest
2023-06-21 14:17:54 +02:00
9d2dfbe610
DX: publish release 2.2.1
2023-06-19 21:02:19 +02:00
6c16967cdc
Fix: Fix entityId and return path when add a notification on a document's evaluation
2023-06-19 21:00:19 +02:00
5a102d4989
publish new 2.2.0 version
2023-06-18 21:44:10 +02:00
88a544fabe
Merge branch '113-regroupements-filters' into 'master'
...
Regenerate data from saved export on formatter test
See merge request Chill-Projet/chill-bundles!564
2023-06-16 12:05:39 +00:00
fe936ac0f2
Feature: [export][course] filter course by step, between two dates
2023-06-16 13:56:43 +02:00
398b633863
DX: simplify overlapsI expression in postgresql
2023-06-16 13:56:43 +02:00
8fabfdd5c0
Feature: [export] filter on accompanying period step: allow to check multiple steps
2023-06-16 13:56:41 +02:00
8a91be4ef3
add changelog [ci-skip]
2023-06-13 23:09:08 +02:00
3b9fae3b49
add changelog
2023-06-13 23:06:50 +02:00
21f0f70350
Merge branch 'fix-association-person-current-center' into 'master'
...
Fix association's annotation between PersonCenterCurrent and Person entities
See merge request Chill-Projet/chill-bundles!558
2023-06-13 13:58:22 +00:00
fadc007bfe
add changelog entry
2023-06-13 15:55:05 +02:00
e0c21e46ae
add changelog entry
2023-06-13 15:49:16 +02:00
29140d9374
add changelog entry
2023-06-13 15:16:03 +02:00
1d7279c022
release v2.1.0
2023-06-12 18:03:39 +02:00
eb41293c96
Merge branch '111-list-my-acc-period-incomplete' into 'master'
...
fix list of "my accompanying periods"
Closes #111
See merge request Chill-Projet/chill-bundles!557
2023-06-09 10:21:24 +00:00
37e92ca58d
Merge branch 'fix_parcours_creation_rights_in_household' into 'master'
...
Fix parcours creation rights in household
See merge request Chill-Projet/chill-bundles!560
2023-06-07 15:59:02 +00:00
f5b71a0c41
DX [changie] entry added
2023-06-07 17:47:23 +02:00