nobohan
f4c8d0b09a
Merge remote-tracking branch 'origin/master' into issue230_person
2022-01-04 13:50:27 +01:00
45c608cd48
AddPerson: optimize request while searching
...
* wait for a person to finish to type: delay before launching request;
* cancel previous requests, if any
2021-12-15 22:14:20 +01:00
683d055088
Adding an unrelated to issue to an accompanyingCourseWork
2021-12-12 13:55:22 +00:00
nobohan
780b7db8cb
person: add altnames in the person creation modal
2021-12-02 10:59:59 +01:00
bfd95bff39
otf: add patch api endpoint for person and thirdparty
2021-09-29 14:57:41 +02:00
107699ec31
patch Address to accompanyingPeriod: build payload for differents cases
...
use uniq patch api endpoint, build payload body in action,
call updateAddress action when submitting, assigning or removing.
2021-08-16 16:26:45 +02:00
2f28e02f65
prepare vue Address to be used too in accompanyingCourse context
...
i18n is managed by root component:
* ok for person and household implementation (=> they use Address root component)
* but must be imported in vue i18n file if called from another component
submitAddress is emit to parent, it allow to control final action:
* casting final submitNewAddress with POST requests (for person or household entity);
* or dispatching changes from store, casting only payload to be used.
remove and simplify some options: backurl is always used with person/household,
and never if called from another vue component.
2021-08-13 16:01:15 +02:00
4b69f97e2f
vue AddAddress: merge api files in the person bundle
2021-08-13 10:23:46 +02:00
9f77b84e48
prepare to merge HouseholdAddress in Address: split api.js files
2021-08-07 15:47:38 +02:00
40fcb09082
layout for form
2021-06-21 13:38:43 +02:00
3abfdbf6fd
first impl for create form
2021-06-18 19:41:58 +02:00
937be1af3a
fix html5 birthdate field on modal form OnTheFly
2021-06-03 14:34:52 +02:00
4d0cfbb396
OnTheFly modal, Person Sub-component: create/edit form, show
2021-06-02 22:29:09 +02:00
040884a039
when option uniq is true, display message if you select multiple suggestions
2021-05-10 19:13:50 +02:00
143f8f43fa
pass options in search endpoint
2021-05-10 14:02:25 +02:00
dcd1856ebb
adapt api endpoint, resolve id parameter passed in api functions
2021-05-10 10:47:21 +02:00
ac67f56b09
bind options and key inside AddPersons component (wip)
2021-05-08 15:34:15 +02:00
30f490959b
for each selected, loop for post participation, then get response and commit state
2021-05-05 18:44:26 +02:00
3d45b6687f
adding addPersons component with modal, search field and basic suggestions
2021-04-30 23:18:57 +02:00