d1c9926bb1
Update bundles to version v3.9.1
2025-02-27 12:21:26 +01:00
a71d066765
Fix post/path requests with missing 'type' property for gender
2025-02-27 12:19:10 +01:00
37227a3aeb
Add attachments to workflow
2025-02-03 21:15:00 +00:00
5afb92d549
add unit test for GenderDocGenNormalizer and move file to MainBundle
2024-11-26 18:04:12 +01:00
b59b4a644b
Fix date normalization: use the same timezone consistently
2024-11-22 09:45:07 +01:00
128f8b8852
Fix normalization of Date: use the same timezone as the original date
2024-11-19 15:40:53 +01:00
d8ad8c3605
Add previous exception to the stack when denormlizing Discriminated Object
2024-10-01 18:49:52 +02:00
82cd77678b
Create a PickUserGroupOrUserDynamicType
...
- add necessary vue component to render usergroup within the component AddPersons;
- add necessary normalization and denormalization process for matching the selected usergroup with entities in database
2024-09-26 15:39:12 +02:00
d119ba49f7
Add on_hold label to vue components
2024-09-05 17:18:42 +02:00
49dd7f94fa
Fix CS and upgrade issues after mergin master branch
2024-06-24 10:56:02 +02:00
916724c0c5
Merge branch 'master' into upgrade-sf5
2024-06-24 10:46:21 +02:00
0bfb3de465
fix cs
2024-06-11 16:58:33 +02:00
77c53972c8
Add DateTimeImmutable support in UserNormalizer
...
This commit introduces the use of DateTimeImmutable in the UserNormalizer class to ensure immutability of datetime objects. A check is also added to convert DateTime instances to DateTimeImmutable when normalizing data. This enhances the safety and predictability of datetimes used in the application.
2024-06-11 16:33:54 +02:00
29d57934a1
Update workflow rendering with date context
...
Code updates have been made in multiple files to ensure that when entities are rendered, it includes the appropriate context relating to the date. This adjustment has been primarily made in template files where the `chill_entity_render_box` function is used. These changes help to provide users with more accurate information regarding the state of an entity at a specific time.
2024-06-10 17:19:34 +02:00
f43d79c940
Add notification date to entity render strings
...
The notification date has been added to the render strings of entities involved in the notifications, specifically for the sender, addressees, and normalizer. This is done by passing it as a parameter to the 'chill_entity_render_string' function and the 'normalize' function in NotificationNormalizer. This will help provide more context regarding the time of the events in the notification.
2024-06-10 17:08:30 +02:00
addc623add
php style fixer
2024-04-16 12:01:37 +02:00
2121b3ef28
Add at_date to userRender for rendering the text
2024-04-16 11:55:54 +02:00
bc683b28d6
update normalizers to take into account referrerHistory logic for accompanying period work
2024-04-16 11:55:50 +02:00
f889d67e94
fixes after merge of master into upgrade-sf4
2024-02-12 22:31:16 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
be57c96a2f
Add phonenumber to user
2023-11-16 15:12:12 +00:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
6b8d6b76ba
Upgrade code from 146 to new standards
2023-10-16 18:04:40 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
cd85e37c1b
do active center filtering in frontend for person creation
2023-09-14 14:30:58 +02:00
d2323e91ca
new cs rule: single_line_empty_body
...
Rule is added to the last version of php-cs-fixer
2023-09-12 15:58:59 +02:00
6d63177ff4
apply rules rector up to php82
2023-05-01 21:39:45 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
b0ac8ce5af
Merge remote-tracking branch 'origin/master' into track-address-reference-update
2023-04-12 09:45:19 +02:00
b740a88ae3
Feature: bootstrapping an app to show a modal for address details and showing it inside twig address's render box
...
Feature: showing map and link to external map, and address details inside address details modal
Feature: AddressDetailsMap show a warning if the address is incomplete
2023-03-22 15:32:40 +01:00
4dbb195b45
Merge remote-tracking branch 'origin/master' into upgrade-php82
2023-03-03 16:18:47 +01:00
6749758b46
Fixes for features "allow to set user absences"
2023-03-01 16:08:49 +01:00
856eea37ee
DX: fix phpstan errors
2023-02-04 00:50:58 +01:00
1c673db628
FIX [phpcsfixer][phpstan]
2023-01-27 12:18:19 +01:00
d46304e229
FEATURE [banner][render] display the A icon within accourse banner if user is absent instead of string
2023-01-27 12:03:12 +01:00
64e65d08fe
Fix: [center denormalizer] do not throw an error if deserializing a null center
2022-12-21 17:27:14 +01:00
a26029999f
Merge branch '111_exports_suite' into testing
2022-10-12 11:30:52 +02:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25: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
bc288a2161
feature: add a link to create a notification to the referrer
2022-05-27 23:24:54 +02:00
3c8b2207c4
add civility in user docgen normalizer
2022-05-27 16:34:14 +02:00
f3800ff38f
fix issue with null comment and set correct variable name in signature
2022-05-27 15:58:51 +02:00
d921f6c9e5
add true iso8601 format to date normalizer
2022-05-17 12:14:03 +02:00
e19cac168b
php csfixes
2022-05-04 13:00:46 +02:00
2ef3a3362a
merge master into branch
2022-05-04 09:31:22 +02:00
c629dd79cb
fix serialization - deserialization
2022-05-02 14:01:07 +02:00
27ce146aa0
Serializer made for privateComment
2022-04-27 11:50:32 +02:00
nobohan
76549581e6
address: fix bug when editing address: update localisation and addressreferenceId + better update of the map in edition
2022-04-27 10:38:25 +02:00