6ceb1b9544
Attempt fix ActivityVoterTest.php
2025-09-11 12:44:06 +02:00
94b5c06d10
Fix TranslatableActivityTypeTest.php
2025-09-11 12:12:29 +02:00
94a0eb1a0a
Fix ActivityTest.php to use setParent() instead of addChild() method. Latest version of Doctrine stricter in keeping relationships synced.
2025-09-11 09:57:10 +02:00
af7d635714
fix: update tests and exports to use consistent class references
...
- Use `NativeQuery` instead of `AbstractQuery` in `SummaryBudgetTest`
- Replace string entity reference with `Activity::class` in `ListActivity`
2025-09-09 16:00:55 +02:00
34213ac093
fix: allow null safe navigation in ByActivityTypeAggregator normalizeFormData method
2025-09-09 15:58:53 +02:00
77bccd5c4e
Remove deprecated ContainerAwareTrait
2025-08-27 17:01:06 +02:00
3a85d940e9
Replace deprecated ClassUtils
2025-08-27 16:41:40 +02:00
979b2955f6
Rector changes return typing
2025-08-27 16:32:44 +02:00
f91ab63b3a
Use $query->all() instead of ->() for non-scalar values
2025-08-27 15:59:56 +02:00
4c28a4c358
refactor: improve property checks
...
- use ClassUtils for real class name resolution in ActivityType
2025-08-05 09:03:53 +02:00
0e1a47a49b
Merge branch 'master' into migrate_to_sf72
...
# Conflicts:
# docs/source/_static/code/exports/BirthdateFilter.php
# rector.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/ByActivityTypeAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/BySocialActionAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/BySocialIssueAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityLocationAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityPresenceAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityReasonAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityTypeAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUsersAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUsersJobAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUsersScopeAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ByCreatorAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/ByThirdpartyAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/CreatorJobAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/CreatorScopeAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/DateAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/LocationTypeAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/PersonAggregators/HouseholdAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/PersonAggregators/PersonAggregator.php
# src/Bundle/ChillActivityBundle/Export/Aggregator/PersonsAggregator.php
# src/Bundle/ChillActivityBundle/Export/Export/LinkedToACP/SumActivityDuration.php
# src/Bundle/ChillActivityBundle/Export/Export/LinkedToACP/SumActivityVisitDuration.php
# src/Bundle/ChillActivityBundle/Export/Filter/ACPFilters/ActivityTypeFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ACPFilters/BySocialActionFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ACPFilters/BySocialIssueFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ACPFilters/HasNoActivityFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ACPFilters/PeriodHavingActivityBetweenDatesFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ActivityDateFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ActivityPresenceFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ActivityTypeFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ActivityUsersFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/ByCreatorFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/CreatorJobFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/CreatorScopeFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/EmergencyFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/LocationFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/LocationTypeFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/PersonFilters/ActivityReasonFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/PersonsFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/SentReceivedFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/UserFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/UsersJobFilter.php
# src/Bundle/ChillActivityBundle/Export/Filter/UsersScopeFilter.php
# src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Aggregator/ByActivityTypeAggregator.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Aggregator/ByUserJobAggregator.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Aggregator/ByUserScopeAggregator.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Filter/ByActivityTypeFilter.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Filter/ByDateFilter.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Filter/ByUserFilter.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Filter/ByUserJobFilter.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Filter/ByUserScopeFilter.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/AgentAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/CancelReasonAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/JobAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/LocationAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/LocationTypeAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/MonthYearAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/ScopeAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Aggregator/UrgencyAggregator.php
# src/Bundle/ChillCalendarBundle/Export/Filter/AgentFilter.php
# src/Bundle/ChillCalendarBundle/Export/Filter/BetweenDatesFilter.php
# src/Bundle/ChillCalendarBundle/Export/Filter/CalendarRangeFilter.php
# src/Bundle/ChillCalendarBundle/Export/Filter/JobFilter.php
# src/Bundle/ChillCalendarBundle/Export/Filter/ScopeFilter.php
# src/Bundle/ChillEventBundle/Export/Aggregator/EventDateAggregator.php
# src/Bundle/ChillEventBundle/Export/Aggregator/EventTypeAggregator.php
# src/Bundle/ChillEventBundle/Export/Aggregator/RoleAggregator.php
# src/Bundle/ChillEventBundle/Export/Filter/EventDateFilter.php
# src/Bundle/ChillEventBundle/Export/Filter/EventTypeFilter.php
# src/Bundle/ChillEventBundle/Export/Filter/RoleFilter.php
# src/Bundle/ChillMainBundle/Controller/ExportController.php
# src/Bundle/ChillMainBundle/Controller/SavedExportController.php
# src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/ExportsCompilerPass.php
# src/Bundle/ChillMainBundle/Entity/Notification.php
# src/Bundle/ChillMainBundle/Export/ExportManager.php
# src/Bundle/ChillMainBundle/Export/Formatter/CSVFormatter.php
# src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php
# src/Bundle/ChillMainBundle/Export/Formatter/CSVPivotedListFormatter.php
# src/Bundle/ChillMainBundle/Export/Formatter/SpreadSheetFormatter.php
# src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php
# src/Bundle/ChillMainBundle/Form/SavedExportType.php
# src/Bundle/ChillMainBundle/Form/Type/DataTransformer/EntityToJsonTransformer.php
# src/Bundle/ChillMainBundle/Tests/Export/ExportManagerTest.php
# src/Bundle/ChillMainBundle/Tests/Export/SortExportElementTest.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/AdministrativeLocationAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ClosingDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ClosingMotiveAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ConfidentialAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/CreatorJobAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/DurationAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/EmergencyAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/EvaluationAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/GeographicalUnitStatAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/IntensityAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/JobWorkingOnCourseAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/OpeningDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/OriginAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/PersonParticipatingAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ReferrerAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ReferrerScopeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/RequestorAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ScopeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/ScopeWorkingOnCourseAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/SocialActionAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/SocialIssueAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/StepAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/UserJobAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/UserWorkingOnCourseAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingPeriodStepHistoryAggregators/ByClosingMotiveAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingPeriodStepHistoryAggregators/ByDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingPeriodStepHistoryAggregators/ByStepAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/EvaluationAggregators/ByEndDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/EvaluationAggregators/ByMaxDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/EvaluationAggregators/ByStartDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/EvaluationAggregators/EvaluationTypeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/EvaluationAggregators/HavingEndDateAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/HouseholdAggregators/ChildrenNumberAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/HouseholdAggregators/CompositionAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AdministrativeStatusAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/ByHouseholdCompositionAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/CenterAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/EmploymentStatusAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/HouseholdPositionAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/MaritalStatusAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/NationalityAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/PostalCodeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ActionTypeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/CreatorAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/CreatorJobAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/CreatorScopeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/GoalAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/GoalResultAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/HandlingThirdPartyAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/JobAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ReferrerAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ResultAggregator.php
# src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ScopeAggregator.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ActiveOnDateFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ActiveOneDayBetweenDatesFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AdministrativeLocationFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ClosingMotiveFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ConfidentialFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CreatorFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CreatorJobFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/EmergencyFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/EvaluationFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/GeographicalUnitStatFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HandlingThirdPartyFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HasNoReferrerFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HasTemporaryLocationFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/IntensityFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/NotAssociatedWithAReferenceAddressFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/OpenBetweenDatesFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/OriginFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ReferrerFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ReferrerFilterBetweenDates.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/RequestorFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/SocialActionFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/SocialIssueFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/StepFilterBetweenDates.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/StepFilterOnDate.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/UserJobFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodStepHistoryFilters/ByDateFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodStepHistoryFilters/ByStepFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/EvaluationFilters/EvaluationTypeFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/EvaluationFilters/MaxDateFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/AddressRefStatusFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/AgeFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/BirthdateFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/ByHouseholdCompositionFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/DeadOrAliveFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/DeathdateFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/GenderFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/GeographicalUnitFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/NationalityFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/ResidentialAddressAtThirdpartyFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/ResidentialAddressAtUserFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/WithParticipationBetweenDatesFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/WithoutHouseholdComposition.php
# src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/WithoutParticipationBetweenDatesFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/CreatorFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/CreatorJobFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/CreatorScopeFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/JobFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/ReferrerFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/ScopeFilter.php
# src/Bundle/ChillPersonBundle/Export/Filter/SocialWorkFilters/SocialWorkTypeFilter.php
# src/Bundle/ChillPersonBundle/Export/Helper/FilterListAccompanyingPeriodHelper.php
# src/Bundle/ChillPersonBundle/Security/Authorization/AccompanyingPeriodVoter.php
# src/Bundle/ChillPersonBundle/Tests/Export/Export/ListAccompanyingPeriodTest.php
# src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/AccompanyingPeriodValidity.php
# src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/ConfidentialCourseMustHaveReferrer.php
# src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidity.php
# src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolder.php
# src/Bundle/ChillReportBundle/Export/Export/ReportList.php
# src/Bundle/ChillReportBundle/Export/Filter/ReportDateFilter.php
2025-08-04 16:57:45 +02:00
e3a6b60fa2
Revert "Merge branch 'ticket/supplementary-comments-on-motive' into 'master'"
...
This reverts merge request !855
2025-07-20 18:50:33 +00:00
63d0a52ea1
Ajout de commentaires supplémentaires aux motifs
2025-07-11 14:06:40 +00:00
8bc16dadb0
Partage d'export enregistré et génération asynchrone des exports
2025-07-08 13:53:25 +00:00
aed114c75c
Fix Eslint issues
2025-07-08 13:38:51 +00:00
840ef6eed8
Resolve "Fusion actions d'accompagnement"
2025-07-02 10:53:16 +00:00
26298c48fd
Merge branch with master
2025-07-01 16:43:44 +02:00
606435a6b3
Pipeline corrections
2025-07-01 14:47:36 +02:00
088e5692e2
Merge branch 'improve_person_resource_form' into 'master'
...
Improve admin templates for event admin entities + activity reason (category)...
See merge request Chill-Projet/chill-bundles!838
2025-06-30 08:44:24 +00:00
298044bc82
Improve admin templates for event admin entities + activity reason (category)...
2025-06-30 08:44:24 +00:00
a38116cca4
fix cs
2025-06-20 17:31:13 +02:00
13a9e14450
Run symfonysetlist up to symfony_70
2025-06-05 16:23:21 +02:00
ce98b9ae48
Use type attribute instead of annotations
2025-06-05 16:21:18 +02:00
f7ce3996ef
Add name argument to AsCommand attribute and replace Security service namespace with new namespace Symfony\Bundle\SecurityBundle\Security
2025-06-05 16:21:17 +02:00
17db59d221
Rector changes and immplementations of required methods
2025-06-05 16:21:17 +02:00
053b92b77c
Update configuration to comply with symfony 7.2
2025-06-05 16:21:17 +02:00
49cbb6a002
Clean skeleton (and add Junie guidelines)
2025-06-04 08:13:35 +00:00
6f1fe1c118
Merge branch '379-translation-localization-vue' into 'master'
...
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
Closes #379
See merge request Chill-Projet/chill-bundles!822
2025-05-28 14:40:27 +00:00
649ad26721
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
2025-05-28 14:40:26 +00:00
5c9396077d
remove "faked" entity and simplify template string in Activity index.js
...
Replaced multi-line template string with a cleaner single-line backtick template. This improves readability and maintains consistent formatting in the code.
2025-05-23 13:22:56 +02:00
juminet
40e373a9c7
#365 Add works and activities counter
2025-04-14 09:34:02 +00:00
203a098054
Refactor document row layouts to use CSS grid
...
Replaced the old 'item-col' structure with a 'item-two-col-grid' layout across multiple templates, improving consistency and responsiveness. Introduced CSS grid styles ensuring proper alignment and wrapping of titles and aside elements in different viewport sizes. This enhances the overall readability and maintainability of the views.
2025-04-10 15:41:06 +02:00
d58acff541
Add css layout for badges for accompanying period work, activity and calendar
2025-04-10 15:41:06 +02:00
b39997f00a
Resolve "Change display of social issues and social actions"
2025-03-04 14:40:48 +00:00
17db571244
Add changie and linter fixes
2025-02-27 16:19:21 +01:00
046d3ec9f1
use fetchResult instead of makeFetch for SocialIssuesAcc.vue component
2025-02-27 16:12:00 +01:00
d2fcb6945b
Setup alias for use in standalone chill-bundles project and replace relative paths
2025-02-19 10:57:59 +00:00
c8b6b6e33a
Merge branch '349-suggest-agents-traitants' into 'master'
...
Resolve "Proposer en plus du référent de parcours les agents traitants saisis dans toutes les cations d'accompagnement du parcours"
Closes #349
See merge request Chill-Projet/chill-bundles!787
2025-02-17 12:21:10 +00:00
10eaebf610
Resolve "Proposer en plus du référent de parcours les agents traitants saisis dans toutes les cations d'accompagnement du parcours"
2025-02-17 12:21:10 +00:00
8db8f5fdf5
Refactor username mapping in activity context filter.
...
Replaced array_map with a foreach loop for clarity and maintainability when extracting usernames from work referrers. This ensures better readability and aligns with coding standards.
2025-02-14 12:11:28 +01:00
7285e5c2b0
Merge branch '331-manage-attachments-to-workflow' into 'master'
...
Add attachments to workflow
Closes #331
See merge request Chill-Projet/chill-bundles!764
2025-02-03 21:15:00 +00:00
37227a3aeb
Add attachments to workflow
2025-02-03 21:15:00 +00:00
b0993f4062
Merge branch '334-current-user-activity-suggestion' into 'master'
...
Resolve "Quand on crée un échange, l'utilisateur courant doit toujours être suggéré"
Closes #334
See merge request Chill-Projet/chill-bundles!786
2025-02-03 21:08:49 +00:00
9a5fd67842
Resolve "Afficher les noms des usagers et l'entité concerné par l'entité notifiée dans la liste des notifications"
2025-01-23 11:34:16 +00:00
2755bc12c4
Add current user to suggested users when creating activity
2025-01-22 15:41:25 +01:00
1b831bc424
Fix activity between dates filter: condition added for alias
2025-01-16 15:19:38 +01:00
c8d1a91953
Fix the filtering of users that have been associated to an activity between certain dates
2024-12-19 09:41:21 +00:00
a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
351e9c3fcc
Remove custom join table configuration for documents
...
The custom join table setup for the 'documents' relation has been removed. This change relies on the default naming and configuration provided by Doctrine, simplifying the code and reducing potential configuration errors.
2024-12-05 15:32:35 +01:00
b0f1cf272f
Enforce unique constraint on relation activity storedobject
2024-12-05 12:37:39 +00:00