6f58a9a8bb
separate create page
2022-03-09 11:06:00 +01:00
9f90cc8fe1
Merge remote-tracking branch 'origin/master' into 20-update-telephone-type-new-approach
2022-03-01 16:55:33 +01:00
06c279627a
Merge remote-tracking branch 'origin/master' into workflow/fixes-2022-02
2022-02-28 16:29:57 +01:00
Pol Dellaiera
7ad78fbce1
remove regex
2022-02-28 15:01:26 +01:00
Pol Dellaiera
37e38436a8
Try to add placeholder
2022-02-28 15:01:24 +01:00
da019a146a
finalize handling workflow for evaluation document
2022-02-25 15:40:23 +01:00
nobohan
568c4b60ef
merge master into issue388
2022-02-22 12:47:56 +01:00
nobohan
ce1d213082
[person] order social issues: remove custom controller and order only by 'ordering'
2022-02-22 12:36:04 +01:00
4f9acf3174
use correct translatorInterface instead of deprecated one
2022-02-18 15:59:36 +01:00
5ff47050ff
replace deprecated TranslatorInterface by new one
2022-02-17 17:20:47 +01:00
nobohan
eb32b13bcc
person: rewrite social issue api controller for ordering
2022-02-01 16:49:14 +01:00
bc90664480
api endpoint for search household
2022-01-29 01:14:30 +01:00
88d1fe24b4
Creation of PersonResource
2022-01-26 12:52:15 +00:00
c7dbaae8d6
105 worflow
2022-01-24 13:17:46 +00:00
53b3f98bba
Household/composition add + fixes household composition editor
2022-01-24 10:59:00 +00:00
54c2b92962
Improve notifications
2022-01-24 10:09:57 +00:00
b23161fa1d
Merge branch 'master' into 232_resources_comment
2022-01-12 10:11:39 +01:00
f79225fc2b
Merge branch 'master' into notification/completion
2022-01-11 10:18:02 +01:00
2c4d06371c
AccompanyingPeriodResource: fix deserialization + code style
2022-01-10 23:08:23 +01:00
b153fc19f6
327 pinned comment
2022-01-10 20:55:37 +00:00
1e0c62b09d
Merge branch 'master' into notification/completion
2022-01-05 11:15:49 +01:00
a8fe049ecd
notification: add more variable in twig template
2022-01-04 17:00:31 +01:00
nobohan
f4c8d0b09a
Merge remote-tracking branch 'origin/master' into issue230_person
2022-01-04 13:50:27 +01:00
5bf1b9d8bd
send system notification on period confirmation
2021-12-30 02:11:21 +01:00
bd3919efcb
notification: store users which are unread instead of read, and in
...
dedicated table
The query "which are the unread notification" is much more frequent than
the read one. We then store the unread items in a dedicated table.
2021-12-26 01:00:50 +01:00
06cbe8325c
fix person validation
2021-12-16 21:39:59 +01:00
683d055088
Adding an unrelated to issue to an accompanyingCourseWork
2021-12-12 13:55:22 +00:00
nobohan
55e94fbe2a
person: retrieve altname config with ConfigPersonAltNamesHelper
2021-12-02 10:59:59 +01:00
4c1e416a14
Merge remote-tracking branch 'origin/master' into issue296_internal_close_accourse
2021-11-22 17:14:11 +01:00
d0bf47e0d5
Bootstrap encoder for documents
2021-11-22 09:05:15 +00:00
9fb29ec110
refactor search for using search by pertinence
2021-11-22 08:28:22 +00:00
a20d7222a8
transition added + attempt voter
2021-11-19 12:43:14 +01:00
5d74b3ab0a
fix errors when clearing cache
2021-11-17 10:58:52 +01:00
8296d60cb6
add base authorization to person search + improve search ordering
2021-11-15 11:17:03 +00:00
52dc89c06f
Merge branch 'master' into household_filiation
2021-11-12 17:20:46 +01:00
c8135e0741
add validation to accompanying periods
2021-11-12 12:07:31 +00:00
nobohan
fa05a6856a
person: add civility: entity, migration, form, twig, config
2021-11-08 11:41:45 +01:00
a3b203c306
fix backend error with AccompanyingCourse endpoints
2021-10-27 16:39:16 +02:00
05d16ec9ab
relation and relationship entities created + endpoints. Still something wrong with link between Relation and Relationship
2021-10-22 19:21:32 +02:00
02ca9add52
refactor naming ReferralsAvailable => referralSuggestion
2021-10-20 20:49:44 +02:00
902c45f0cd
endpoint created for acc periods by-person
2021-10-20 13:11:58 +02:00
c8762d2bc2
list referral for an accompanying period
2021-10-20 13:10:28 +02:00
05b2b2f9b8
Link between address and reference, and api endpoint to find household
...
by address reference
* add a one-to-many link between address and address reference;
* update AddAddress.vue to add information on picked address reference;
* add an HouseholdACLAwareRepository, with a method to find household by
current address reference
* add an endpoint to retrieve household by address reference
* + tests
2021-10-14 16:03:48 +02:00
2db9a98bfe
fix bootstrapping listener for person capitalization name
2021-10-11 14:53:04 +02:00
72d67624a2
minor fixes
2021-10-06 12:49:15 +02:00
Julie Lenaerts
0c4ea81550
eventListener created and tested for firstname, lastname and altnames
2021-10-06 12:16:45 +02:00
b6c58a5c31
Continue work on ACL rewritting
...
* fix center resolver dispatcher
* add scope resolver
* tests for authorization helper
2021-09-20 13:56:44 +02:00
74598ee926
apply new role on accompanying period
2021-09-20 13:56:43 +02:00
6bc83edfe9
Refactor PersonSearch and create PersonACLAwareRepository
...
The search api delegates the query to a person acl aware "repository"
(although this does not implements ObjectRepository interface).
2021-09-20 13:56:43 +02:00
5b70fb2ee5
adapt UI and controller for Person without centers
2021-09-20 13:56:43 +02:00