|
eaea702454
|
FIX add initial user as suggestion and fix error when there are no suggestions
|
2023-03-15 10:14:25 +01:00 |
|
|
de4cb1585b
|
FIX [normalizer] remove keys to have simple array of objects
|
2023-03-15 09:49:46 +01:00 |
|
|
1a3d66213b
|
FIX [review] implement changes based on review
|
2023-03-15 09:37:56 +01:00 |
|
|
67e68ac149
|
FIX [review] processing review, but stuck at transformation of json string to array
|
2023-03-15 09:37:56 +01:00 |
|
|
9c589b9296
|
FEATURE [suggested][entities] add suggested entities option to dynamic picker types
|
2023-03-15 09:37:56 +01:00 |
|
|
bea839663f
|
FEATURE [form] adjust symfony form to use text type
|
2023-03-06 13:01:21 +01:00 |
|
|
7e65e97caf
|
fix cs: header and declare strict type order
|
2022-10-06 10:21:16 +02:00 |
|
|
087375f648
|
Merge branch '111_exports_suite' into calendar/finalization
|
2022-10-06 09:31:43 +02:00 |
|
|
67c3f3a840
|
fix cs with licencse header
|
2022-10-05 17:08:14 +02:00 |
|
|
ec536871aa
|
Merge remote-tracking branch 'origin/master' into calendar/synchro-msgraph
|
2022-05-28 00:30:02 +02:00 |
|
|
67fad5d764
|
create generic data transformer with get an object by id, and add test
for CalendarType
|
2022-05-20 19:26:21 +02:00 |
|
nobohan
|
7cefce8305
|
admin: add ThirdParty admin
|
2022-05-06 15:51:29 +02:00 |
|
|
688914906d
|
merge firstname branch
|
2022-03-24 11:13:07 +01:00 |
|
|
13a7d791a1
|
fixes to allow for firstname value of null
|
2022-03-22 11:07:26 +01:00 |
|
|
736d43e756
|
translation fixed
|
2022-03-21 16:23:06 +01:00 |
|
|
a24cd693e3
|
firstname field added to twig form for child or contact types
|
2022-03-14 10:23:47 +01:00 |
|
|
5407dbfc98
|
form for third party telephone
|
2022-03-02 16:05:08 +01:00 |
|
|
4a03c2aa43
|
Merge remote-tracking branch 'origin/master' into issue447_pickCivilityType
|
2022-02-21 17:19:21 +01:00 |
|
|
5ff47050ff
|
replace deprecated TranslatorInterface by new one
|
2022-02-17 17:20:47 +01:00 |
|
|
20104f1b3b
|
implementation in thirdpartyType
|
2022-02-16 16:58:37 +01:00 |
|
|
88d1fe24b4
|
Creation of PersonResource
|
2022-01-26 12:52:15 +00:00 |
|
Pol Dellaiera
|
8401ce2656
|
cs: Fix code-style (using PHPCSFixer and PHPCS).
|
2021-12-21 10:59:23 +01:00 |
|
|
d3127bed6d
|
thirdparty: add address on kind = contact
|
2021-12-14 14:57:11 +01:00 |
|
|
985d8f0eae
|
thirdparty form: clean builder, and test if this kind input address
|
2021-12-13 15:33:43 +01:00 |
|
Pol Dellaiera
|
cd3be25c22
|
cs: Remove duplicated headers.
|
2021-11-30 13:54:58 +01:00 |
|
Pol Dellaiera
|
47c5855a21
|
cs: Switch to a stricter way of coding - this might break in a lot of places.
|
2021-11-30 13:33:18 +01:00 |
|
Pol Dellaiera
|
91d12c4a96
|
cs: Enable risky rule static_lambda .
|
2021-11-30 11:43:34 +01:00 |
|
Pol Dellaiera
|
a9188355c5
|
cs: Enable more risky rules.
|
2021-11-30 11:37:57 +01:00 |
|
Pol Dellaiera
|
8f96a1121d
|
cs: Fix code style (safe rules only).
|
2021-11-23 14:08:50 +01:00 |
|
|
5fb7a6d0ae
|
take into account form_show_centers parameters into thirdparty form type
|
2021-11-15 13:15:32 +01:00 |
|
|
9a02665053
|
some tweaks into PickAddressType
|
2021-10-14 13:54:19 +02:00 |
|
|
13b96637bb
|
Refactor address vue app and create a PickAddressType
|
2021-10-13 22:58:54 +02:00 |
|
|
88d073b9a9
|
handle types and categories in a single select input
|
2021-10-12 15:52:06 +02:00 |
|
|
0633fd812f
|
handle kind as contacts
|
2021-10-11 14:08:36 +02:00 |
|
|
9a708ca618
|
fix canonicalization and show only active children in form
|
2021-10-11 14:08:36 +02:00 |
|
|
2820ad83de
|
add trigger for canonicalization and anonymouse flag on 3party
|
2021-10-11 14:08:36 +02:00 |
|
|
ca3ced0308
|
various improvements on 3party
|
2021-10-11 14:08:36 +02:00 |
|
|
7ea2c36c5e
|
crudification for thirdparty
|
2021-10-11 14:08:36 +02:00 |
|
|
92e6506ecb
|
tp: adapt controller/entity/formtype to works with new ACL (TO BE CHECKED)
* rename type by types -> getTypes() getter
* adapt controller to fix centers errors
* remove voteOnAttribute return always true in voter
|
2021-09-30 15:03:47 +02:00 |
|
|
683eac91d8
|
thirdparty, manage case with only one type
in that case, type field is hidden, uniq type is automatically written in table
|
2021-09-15 16:25:55 +02:00 |
|
|
910016f722
|
tp: prepare address to be managed by vue (adapt formType) + add aliases methods isChild and isParent
|
2021-09-15 11:50:03 +02:00 |
|
|
a559589883
|
add isLeaf condition on ThirdParty form Type
|
2021-07-22 16:34:07 +02:00 |
|
|
587da94645
|
adapt Thirdparty form and templates
|
2021-07-20 15:34:28 +02:00 |
|
|
25b00296ca
|
adapt thirdparty templates
|
2021-07-16 17:01:32 +02:00 |
|
|
eaa0ad925f
|
fix folder name
|
2021-03-18 13:37:13 +01:00 |
|