793dcbfa9a
Remove not null constraint in db on updatedat property for notification
2025-05-28 14:54:25 +02:00
f96ed1f5eb
Remove double services key: silent error triggering on this will be deprecated
2025-05-28 14:33:36 +02:00
8b9b427a1e
Use FQCN::method to build CRUD routes
2025-05-28 14:32:59 +02:00
ab15ec8a4c
Inject managerRegistry and serializerInterface directly into controllers
2025-05-28 12:04:27 +02:00
c8f1e67fc7
Use userIdentifier instead of deprecated getUsername()
2025-05-28 11:23:51 +02:00
a79b0b85dd
set typed ?string properties to '= null'
2025-05-28 10:47:23 +02:00
47c1282044
Uncomment necessary config
2025-05-27 15:19:28 +02:00
ce63506a1a
Inject ManagerRegistry directly instead of getting from container
2025-05-27 15:19:15 +02:00
8ab03473b7
Remove NOT NULL constraint from created and updated properties
2025-05-27 15:18:32 +02:00
ebaff8d170
Remove containerAwareInterface, no longer supported in sf72
2025-05-27 14:06:36 +02:00
46f9e4968b
Make doctrine service available, no longer by default in scoped service locator
2025-05-27 13:03:43 +02:00
344c5a1c3c
Adjust workflow config, label needs to be a string
2025-05-27 12:44:03 +02:00
50b590ae34
Add missing return statement
2025-05-27 12:43:45 +02:00
aa69a7ad62
Uncomment necessary controller config in mainbundle
2025-05-27 12:43:10 +02:00
1321f5c734
Remove ContainerAwareInterface from CustomFieldProvider.php
2025-05-26 14:55:39 +02:00
262b7c5db3
Remove config for controller; Symfony will find and load them automatically
2025-05-26 14:55:15 +02:00
5283eddb15
Class cannot be final if you want to use lazy proxy
2025-05-26 14:54:47 +02:00
f7b0c49124
Use type attribute instead of annotations
2025-05-26 14:54:05 +02:00
5e32375dfe
Remove ContainerAwareInterface and extend Fixture instead
2025-05-26 14:32:06 +02:00
5cdfee40fb
Get session from requestStack instead of injecting SessionInterface
2025-05-26 14:19:01 +02:00
6e5dbe4e58
Remove this config. Symfony will still find and load controllers via annotations or attributes
2025-05-26 14:07:23 +02:00
d884d78617
Add name argument to AsCommand attribute and replace Security service namespace with new namespace Symfony\Bundle\SecurityBundle\Security
2025-05-26 13:58:12 +02:00
a5049ddefb
Add getSupportedTypes method for (de)normalizerInterface implementations
2025-05-26 13:49:05 +02:00
9fcc1634f5
Rector changes and immplementations of required methods
2025-05-22 17:47:07 +02:00
d9a47fdee9
Update configuration to comply with symfony 7.2
2025-05-22 17:45:52 +02:00
1e5d676aa5
Do not show job menu entry if user does not have necessary permission
2025-05-22 15:25:11 +02:00
dc44c46667
Fix SocialActionCSVExporterTest.php
2025-05-21 09:29:25 +02:00
ba571c1a69
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-05-20 10:04:53 +02:00
6a364705f2
Git add desactivation date for social issue csv export
2025-05-20 09:57:07 +02:00
b6d454691a
Git add desactivation date for social action csv export
2025-05-20 09:38:39 +02:00
juminet
2faf194b15
#365 correct works counter in acc course summary
2025-05-16 14:40:19 +00:00
f207599d86
Merge branch '352-remove-wopi-link-module' into 'master'
...
Resolve "Code mort: module wopi-link semble inutilisé"
Closes #352
See merge request Chill-Projet/chill-bundles!824
2025-05-16 08:33:57 +00:00
b0959f8cc5
Resolve "Code mort: module wopi-link semble inutilisé"
2025-05-16 08:33:56 +00:00
4c5dee5f0a
Fix pipeline
2025-05-14 17:31:48 +02:00
f6c98aa0d5
Add missing translation for user_group.no_user_groups
2025-05-14 14:53:50 +02:00
6d13d184d5
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-05-14 13:57:22 +02:00
af36eccfaf
Allow more characters for maritalstatus id
2025-05-14 13:56:36 +02:00
483a20a43f
Merge branch '374-task-default-filters' into 'master'
...
Resolve "Module tâche: enlever les filtres par défaut"
Closes #374
See merge request Chill-Projet/chill-bundles!819
2025-05-13 08:59:01 +00:00
6d8e2ad825
Resolve "Module tâche: enlever les filtres par défaut"
2025-05-13 08:59:01 +00:00
juminet
5ea55ebfe5
381 display previous person participation in acc course work
2025-05-13 08:45:38 +00:00
f97dc8f931
Merge branch '377-document-file-name' into 'master'
...
377 - add the document filename to document title when uploading a new document
Closes #377
See merge request Chill-Projet/chill-bundles!821
2025-05-13 08:30:31 +00:00
juminet
a9c3aab528
377 - add the document filename to document title when uploading a new document
2025-05-13 08:30:30 +00:00
1181377bd6
Merge branch '376-typeerror-doc-history' into 'master'
...
#376 prevent typerror in doc-history + improve display of document history
Closes #376
See merge request Chill-Projet/chill-bundles!820
2025-05-13 07:50:53 +00:00
juminet
2275b7c560
#376 prevent typerror in doc-history + improve display of document history
2025-05-13 07:50:52 +00:00
4a8d298ae5
Fix typing error for the display of text in calendar events
2025-05-05 10:42:04 +02:00
620515ad15
Remove "not null" validation on HouseholdComposition properties
...
This change removes the "not null" constraint on specific properties in the HouseholdComposition entity to allow null values. The adjustment addresses Issue #380 and ensures better flexibility without impacting the schema.
2025-04-17 10:56:45 +02:00
50c377ee22
Merge branch 'fix/fix-stored-object-version-not-delete-when-not-exists-on-disk' into 'master'
...
Fix error when cleaning non-existent stored object versions
See merge request Chill-Projet/chill-bundles!816
2025-04-17 08:36:36 +00:00
1d4ef19051
Add key to log messages context and add log prefix to enhance CancelStaleWorkflowHandler messages
...
Introduced a consistent LOG_PREFIX to all log messages in CancelStaleWorkflowHandler. This ensures clearer contextual identification in logs and improves traceability when debugging or monitoring workflow actions.
2025-04-16 21:03:29 +02:00
8337a724d1
Fix error when cleaning non-existent stored object versions
...
Prevent the `RemoveOldVersionMessageHandler` from throwing errors when the stored object version is missing on disk. Introduced a check to log a notice instead of attempting deletion in such cases and added corresponding test coverage.
2025-04-16 16:26:02 +02:00
224e0bae43
Add button unique signature zone
2025-04-15 13:09:54 +00:00