nobohan
3f256ad907
admin: update marital status
2022-05-03 19:03:58 +02:00
f26d50a3a8
replace fqdn in customfields bundle
2022-04-30 00:46:48 +02:00
a0392b9216
replace some entity shortcut by fqdn
...
* ChillPerson:Person
* ChillMain:Center
* ChillActivity:Activity
2022-04-30 00:20:18 +02:00
6eaa553d77
Merge remote-tracking branch 'origin/master' into issue566_commentaire_fonctionnalites
2022-04-28 17:13:54 +02:00
9789c79402
use strict type comparison and replace use of BadRequestException by BadRequestHttpException
2022-04-27 14:46:43 +02:00
48daed26f9
replace BadRequestException by BadRequestHttpException
2022-04-27 14:31:39 +02:00
2684345981
voter updates
2022-04-26 11:34:49 +02:00
f5efb07e3c
csfixes
2022-04-25 10:32:02 +02:00
09503768f5
unpin comment is possible + delete and edit by all users that can edit period
2022-04-25 10:29:26 +02:00
354f130e9e
use NotificationPersister into PersonMoveEventSubscriber
2022-04-22 12:12:50 +02:00
e6d59bc837
fix cs
2022-04-14 00:11:15 +02:00
86ec020f80
fixes on address valid from edit for household
2022-04-14 00:02:57 +02:00
nobohan
d34462d849
php code fix
2022-04-06 15:34:11 +02:00
nobohan
6a4edd000f
household address: add max date for changing the validFrom date
2022-04-06 15:31:17 +02:00
nobohan
ddce7603ad
household address: add condition for minimum value for vaildFrom date
2022-04-02 10:53:54 +02:00
nobohan
3a3eb68288
household address: add a form for editing the validFrom date
2022-04-01 16:17:04 +02:00
259cdd34c4
fix validation person resource
2022-03-25 11:07:12 +01:00
22473d6547
Merge remote-tracking branch 'origin/master' into issue560_ACCent_parcours_household
2022-03-21 18:01:26 +01:00
11d57094e8
fix cs
2022-03-21 15:22:40 +01:00
ac9e55e2fc
fix methods for accompanying period repository acl aware
...
* add method to interface
* delegate ACL to another method
2022-03-21 14:54:01 +01:00
293efc03b4
fixes for reasign list
...
* use existing method in UserRepository and use a method instead of
building a query outside of the repository;
* use renderString to render users
* fix building of filter form (add $data). This make the use of the
method "get" instead of post
2022-03-21 13:35:14 +01:00
caaa25ef8e
controller action to create parcours from within household + link added in template
2022-03-19 12:08:20 +01:00
72ba2c6bca
paginator added + phpcsfixes
2022-03-17 14:13:21 +01:00
97731b0a9b
controller + template made to list confirmed parcours for a specific user
2022-03-17 12:28:00 +01:00
387b7c2fbd
first commit
2022-03-16 11:36:46 +01:00
b590444375
Merge remote-tracking branch 'origin/master' into issue505_create_household_composition
2022-03-14 13:35:43 +01:00
45c4a7ae64
Merge remote-tracking branch 'origin/master' into issue504_person_ressource_create
2022-03-14 13:30:32 +01:00
fb1552f6b7
update changelog and csfixes
2022-03-09 14:07:41 +01:00
e28da7e99b
create-edit composition placed in separate page to avoid confusion
2022-03-09 14:06:18 +01:00
6f58a9a8bb
separate create page
2022-03-09 11:06:00 +01:00
nobohan
dc5ff53a57
order accompanying course by openingDate for Household
2022-03-08 11:21:59 +01:00
nobohan
50a2de1559
order accompanying course by openingDate for Person
2022-03-08 11:20:06 +01:00
9769aa1386
fix loading of residential address form type
2022-03-03 15:07:45 +01:00
fccac80222
Merge remote-tracking branch 'origin/master' into issue439_residential_address_otf
2022-03-02 21:53:17 +01:00
c83d6d392f
[docgen/template] do not list template wich are inactive
...
See https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/473
2022-03-02 21:35:16 +01:00
8b8f6027cc
Merge remote-tracking branch 'origin/master' into issue442_toggle_emergency
2022-03-01 14:52:56 +01:00
cdd21c94c6
Merge remote-tracking branch 'origin/master' into issue439_residential_address_otf
2022-02-28 15:11:50 +01:00
f93282d657
fix cs
2022-02-28 10:13:00 +01:00
5cf4013a99
cs fixes
2022-02-25 13:12:25 +01:00
16cca07e12
throw 403 error instead of 422 and display toast message
2022-02-25 13:11:30 +01:00
nobohan
d4283a0b94
social issue api controller: correct orderBy query
2022-02-22 12:53:47 +01:00
nobohan
568c4b60ef
merge master into issue388
2022-02-22 12:47:56 +01:00
nobohan
736ca2272b
fix unused imports
2022-02-22 12:44:40 +01:00
nobohan
88059884ec
fix unused imports
2022-02-22 12:40:46 +01:00
nobohan
ce1d213082
[person] order social issues: remove custom controller and order only by 'ordering'
2022-02-22 12:36:04 +01:00
0690704391
Merge remote-tracking branch 'origin/master' into course_add_event_on_person_move
2022-02-21 12:46:10 +01:00
4f4b1bfbaa
PersonAddressMove: fix tests, address history on household, and household::getMembersOnRange
2022-02-21 00:12:57 +01:00
caa63ea97a
PersonAddressMoveEvent on household move (wip)
2022-02-19 14:04:51 +01:00
8675bb65c1
PersonMoveEventSubscriber: handle case when the move is before the last
...
locationHistory, but the move affects "now"
2022-02-19 10:27:44 +01:00
2f2d4493ae
Merge remote-tracking branch 'origin/master' into course_add_event_on_person_move
2022-02-19 09:31:00 +01:00