a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
05bc69fd33
Fix display of gender label
...
Label already localized in serialization so not to be accessed as label.fr within vue component
2024-12-09 11:32:28 +01:00
3af7824d01
Refactor transaction handling for signature state changes, to wrap them into transactions
...
Wrap signature state changes in transactions to prevent race conditions and ensure data integrity. Update controller and test class names to reflect broader state change capabilities. Enhance documentation with comments to clarify transaction requirements and procedure details for signature operations.
2024-12-06 12:37:17 +01:00
1b65cac1df
Make person phone number nullable
...
Removed the "not null" constraint from the person phone number field to allow for better flexibility in data storage, such as storing notes. This change rectifies issues in certain instances where the migration had incorrectly set the field to "not null". Adjustments include updating the database schema and modifying the entity definition to reflect this change.
2024-12-05 15:30:25 +01:00
4bc92a61ca
Fix typo
2024-11-29 12:09:03 +01:00
6ebab8e4fb
Process review of migrations
2024-11-29 12:06:44 +01:00
b01c9b86db
php cs fixer
2024-11-29 12:06:42 +01:00
877c33e4ce
Clean migration for person bundle
2024-11-29 12:06:37 +01:00
f820273dd7
Pass class as second parameter to getReference() fixture method
2024-11-28 13:28:52 +01:00
19e6ceba28
Add second parameter to add-, get-, hasReference() methods in fixture classes
2024-11-28 12:44:14 +01:00
c147d267d9
Merge branch '329-gender-docgen-normalization' of https://gitlab.com/Chill-Projet/chill-bundles into 329-gender-docgen-normalization
2024-11-28 12:20:26 +01:00
fa767110e8
Add int return type to getOrder() method in fixture classes
2024-11-28 12:20:17 +01:00
11ba2cf889
[phpstan fix] Add array return type on all dependency fixture getDependencies methods
2024-11-28 12:02:48 +01:00
d68de96004
[phpstan fix] Add void return type on all fixture load methods
2024-11-28 11:47:17 +01:00
8a16030b49
Add genderEntity to normalizeNullValue of PersonDocGenNormalizer
2024-11-28 11:31:22 +01:00
5866496f49
Add genderEntity key to peronDocGenNormalizerTest
2024-11-27 20:23:57 +01:00
a869e5a78b
Resolve merge conflicts
2024-11-26 18:11:04 +01:00
3e355a6465
php cs fixer
2024-11-26 18:04:36 +01:00
5afb92d549
add unit test for GenderDocGenNormalizer and move file to MainBundle
2024-11-26 18:04:12 +01:00
f4f5153ed0
Take null value for gender into account and user Interface for translatableStringHelper
2024-11-26 15:37:05 +01:00
0b22250dd5
Normalize genderEntity for document generation
2024-11-26 10:05:03 +01:00
63ed046c9a
Normalize genderEntity for document generation
2024-11-25 17:44:59 +01:00
723ca8db6a
Remove date validation on deathDate
...
This change removes the `Assert\Date` validation on the `deathDate` property in the `Person` entity. The adjustment allows for more flexible input by not strictly enforcing the date format, which can resolve issues where the date string validation was previously causing errors.
2024-11-18 15:05:02 +01:00
aa0785fc71
Apply prettier rules
2024-11-14 18:47:38 +01:00
2d6d2a1f58
eslint corrections in personbundle
2024-11-14 16:45:50 +01:00
b7e27536bd
Merge remote-tracking branch 'origin/master' into signature-app-master
2024-11-14 12:18:07 +01:00
887f3e0aa2
Merge branch '323-related-entity-permission-give-from-workflow' into 'master'
...
Permettre aux utilisateurs concerné par un workflow de modifier un document, même si, en dehors du workflow, ils ne possèdent pas de droits d'édition et de lecture sur ce document
Closes #323
See merge request Chill-Projet/chill-bundles!756
2024-11-14 11:12:37 +00:00
a8660ecdb2
Merge branch 'adjust_list_household_export' into 'master'
...
Adjust list household export
See merge request Chill-Projet/chill-bundles!750
2024-11-14 08:53:44 +00:00
903a87c589
Merge branch '323-related-entity-permission-give-from-workflow' into signature-app-master
2024-11-13 22:44:29 +01:00
c99dda0126
Rename WorkflowStoredObjectPermissionHelper to WorkflowRelatedEntityPermissionHelper and create method isAllowedByWorkflow
...
Refactored class names and namespaces from WorkflowStoredObjectPermissionHelper to WorkflowRelatedEntityPermissionHelper across various modules. Updated associated tests and voter classes to reflect the changes, ensuring consistency and clarity in the codebase.
2024-11-13 22:41:23 +01:00
937caa878e
remove Date constraint on marital status date
2024-11-13 12:20:10 +01:00
21ec3121ec
Merge branch 'signature-app-master' into 'master'
...
Signature app master
Closes #307
See merge request Chill-Projet/chill-bundles!743
2024-11-12 20:30:00 +00:00
22ecb11227
JS corrections in ChillPersonBundle required by ESLint
2024-11-12 15:38:46 +01:00
3ec0d26001
Fix type error for displaying comment in accompanying period work detail view page
2024-11-12 10:13:20 +01:00
db4d7669f1
Add duplication feature for evaluation documents within generic doc
...
Introduced a new method to duplicate evaluation documents and forward return path URLs. Updated templates to include duplication buttons and adjusted routing for handling the duplication process.
2024-11-06 19:34:41 +01:00
e71c2f162c
Fix display of accompanying period work referrers
2024-11-05 14:24:43 +01:00
f05c25853c
Fix of errors: automatic and some manual
2024-11-04 19:56:03 +01:00
4dc2348893
Change behaviour to allow to add a new workflow (if available) and open the modal to list existing workflows in the same button
...
Use the feature of splitted dropdown buttons, from bootstrap.
See:
- OP#776
- https://champs-libres.openproject.com/work_packages/776
2024-11-04 14:05:57 +01:00
96f73b419d
Eslint correction always return something in computed property
2024-10-31 19:11:49 +01:00
27ecae4486
first eslint corrections
2024-10-31 17:28:02 +01:00
1e02fed32b
Update chill bundles to v3.2.1
2024-10-31 12:20:07 +01:00
2c3818258a
Fix fusion of person doubles and add changies for fixes
2024-10-31 12:13:21 +01:00
6c8fd99cd1
php cs fixes of personDocGenNormalizerTest
2024-10-30 09:31:53 +01:00
e886387f17
Fix PersonDocGenNormalizerTest
2024-10-29 19:05:30 +01:00
c79f030310
Fix person list exports
2024-10-29 18:04:14 +01:00
a648fd09b0
php cs fix
2024-10-29 17:10:00 +01:00
1bd5e6d582
Fix PersonControllerCreateTest
2024-10-29 17:02:32 +01:00
12bb264eb5
Php cs fixes
2024-10-29 15:44:11 +01:00
ac3ac432e1
Fix phpunit pipeline
2024-10-29 15:30:20 +01:00
5629a0c124
Adjust query to also add households in the list that do not have an address
2024-10-29 14:32:37 +01:00