caaebd593b
misc fixes for Thirdparty / addPerson
...
* set default values for ThirdParty in ThirdParty.vue
* set correct value for binding with phone (telephone instead of
phonenumber)
* add validation on ThirdParty/denomination: at least two characters, no
Null value
2022-02-17 22:42:52 +01:00
nobohan
99afd2e830
OnTheFly: set a dynamic default
2022-02-14 22:03:11 +01:00
nobohan
785e690404
On-the-fly: remove dead code: the logic of patching a person/thirdparty is now in the component in
2022-02-14 16:48:33 +01:00
nobohan
2fcd7a21a4
Accompanying course: can edit requestor in case no address
2022-02-14 16:47:35 +01:00
nobohan
d5c1591205
Accompanying course: remove unnecessary console.log
2022-02-14 16:15:38 +01:00
nobohan
7895699ef3
stronger client-side validation of addresses: also validate when initForm
2022-02-14 15:47:21 +01:00
nobohan
bd9963e65f
Address: fix small bug: when modifying an address without street (isNoAddress), also check errors if street is an empty string as back-end change null value to empty string for street (and streetNumber)
2022-02-14 15:00:57 +01:00
nobohan
a7a1f699bb
AddPersons: fix regression bug when editing a person/thirdparty without query
2022-02-14 14:13:06 +01:00
nobohan
229a91ddf0
Accompanying course: treat vuejs warning by refactoring + delete unused v-model
2022-02-14 13:59:49 +01:00
nobohan
94729a66ca
AddPersons: add suggestion of name when creating new person or thirdparty
2022-02-14 12:22:02 +01:00
nobohan
1c3f6c7c1e
AddPersons: allow creation of person or thirdparty depending on allowed types
2022-02-14 11:12:37 +01:00
nobohan
f8888462f1
addPersons: allow creation of person or thirdparty only (no users)
2022-02-14 10:23:49 +01:00
7dd6cd04ba
Merge branch 'issue419_AddPersons_clear_ul' into 'master'
...
Issue419 remove ul-li in AddPersons
See merge request Chill-Projet/chill-bundles!328
2022-02-11 16:31:55 +00:00
1072f539dc
Merge branch 'issue440_mesparcours_brouillon' into 'master'
...
Mes parcours brouillon
See merge request Chill-Projet/chill-bundles!330
2022-02-11 16:23:05 +00:00
9bcf4cce9f
Merge branch 'master' into 'issue440_mesparcours_brouillon'
...
# Conflicts:
# CHANGELOG.md
2022-02-11 16:22:51 +00:00
9223beac47
Merge branch 'issue416_chill_document_edit_button' into 'master'
...
Issue416 chill document edit button
See merge request Chill-Projet/chill-bundles!326
2022-02-11 16:21:15 +00:00
62c78e650f
fix access denied when updating a work
2022-02-11 17:20:26 +01:00
e7d0c1cac6
fix cs
2022-02-11 17:14:14 +01:00
b859283766
fix error on creating an accompanying period work
2022-02-11 17:09:56 +01:00
e595500cb8
apply changes on person document
2022-02-11 17:01:36 +01:00
f34847f9f6
Merge remote-tracking branch 'origin/master' into issue416_chill_document_edit_button
2022-02-11 16:09:00 +01:00
0fa119c984
Merge branch 'issue_414_documents_list' into 'master'
...
created and updated traits added + template property added to Document entity
See merge request Chill-Projet/chill-bundles!316
2022-02-11 15:05:21 +00:00
270d00c1e8
fix phpstan and cs
2022-02-11 16:04:27 +01:00
983c5f3c6a
fix probably missing variables in PersonDocumentType
2022-02-11 16:04:27 +01:00
c6141e473f
fix test in twig template
2022-02-11 16:04:26 +01:00
c30cb5879d
changelog updated
2022-02-11 16:04:24 +01:00
29e384ada5
scope placed within condition in edit form personDocument
2022-02-11 16:04:01 +01:00
c8e5ba4738
phpcsfixes
2022-02-11 16:04:01 +01:00
bf0b7f1bb2
Create AccompanyingCourseDocumentRepository and use to add pagination
2022-02-11 16:04:01 +01:00
d6cc69b919
Add pagination in the findBy()
2022-02-11 16:04:01 +01:00
ac33c6aad8
Add sticky buttons for create
2022-02-11 16:04:01 +01:00
89383a5ec4
deprecated service replaced and error removed from phpstan file
2022-02-11 16:04:00 +01:00
0fd26da299
comments in migration removed
2022-02-11 16:04:00 +01:00
6fa99655b2
delegates the acl for fetching person documents to an ACLAwareREpository
2022-02-11 16:04:00 +01:00
a387305ef8
remove scope in PersonDocumentType when disabled
2022-02-11 16:04:00 +01:00
e0c7daf3fd
Pagination added
2022-02-11 16:04:00 +01:00
4304baeca5
scope put in condition in personDocument form - temporarily commented out
2022-02-11 16:04:00 +01:00
d2a567c79e
condition added in show template for scope
2022-02-11 16:04:00 +01:00
3c04ced1a3
templates adjusted
2022-02-11 16:04:00 +01:00
a28d8a7287
only add scope field conditionally in personDocumentType analogue to SingleTaskType
2022-02-11 16:04:00 +01:00
1c055e842e
created and updated traits added + template property added to Document entity
2022-02-11 16:04:00 +01:00
dea283d655
fix phpstan and cs
2022-02-11 16:03:22 +01:00
58c8373c81
Merge branch 'issue378_normalize_requestor' into 'master'
...
accompanying course: normalize the requestor entity
See merge request Chill-Projet/chill-bundles!329
2022-02-11 14:45:32 +00:00
a1ccfadac1
fix probably missing variables in PersonDocumentType
2022-02-11 15:42:40 +01:00
632b1262f9
Merge remote-tracking branch 'origin/master' into issue_414_documents_list
2022-02-11 15:34:31 +01:00
e157624479
Merge branch 'master' into 'issue378_normalize_requestor'
...
# Conflicts:
# CHANGELOG.md
2022-02-11 14:31:53 +00:00
3a2370d536
fix missing cases for accompanying period draft list
...
fix when:
* if there isn't any information into course => better render box
* if there isn't any course into list => display warning
2022-02-11 15:26:17 +01:00
981c94906d
Merge remote-tracking branch 'origin/master' into issue440_mesparcours_brouillon
2022-02-11 15:11:20 +01:00
adce90c151
Merge remote-tracking branch 'origin/master' into issue440_mesparcours_brouillon
2022-02-11 15:11:08 +01:00
83f8402081
Merge branch 'issue415_household_address' into 'master'
...
Display address of current household in history page
See merge request Chill-Projet/chill-bundles!334
2022-02-11 14:10:52 +00:00