e3bd68112e
fix test for editing household metadata
2024-04-08 13:44:22 +02:00
97f2c75de8
Change syntax of check on null for closing motive
2024-02-21 20:14:18 +01:00
00444e1e56
Add check on null value in template for closing motive
2024-02-20 10:10:44 +01:00
cc281762b3
Translate message on conflict in AccompanyingPeriodWorkEdit App
2024-02-08 14:33:30 +01:00
aa0cadfa84
Add conflict resolution for generated API + add test
...
Implemented additional code to handle version conflicts when editing accompanying period work. By keeping track of the current version and returning an HTTP conflict response when it doesn't match with the provided entity version, users are properly alerted to update their entity before continuing. Furthermore, adjusted BadRequestHttpException to match correct arguments order and introduced entity version as query parameter for the URL.
ensure kernel is shutdown after generating data
2024-02-08 14:33:30 +01:00
3bb911b4d0
Update version within PUT request
...
Try to add api logic
check for version being the same instead of smaller
implementing optimistic locking and displaying correct message in frontend
rector fixes
adjust violation message and add translation in translation.yaml
add translator in apiController
2024-02-08 12:09:51 +01:00
f00b39980c
Add version of the social action to the state
...
put correct serialization groups
2024-02-08 12:08:36 +01:00
09882bb4be
Add translations that were missing according to console error
2024-02-08 12:08:35 +01:00
c704ffa379
Merge branch '161-fix-ordering-filter-social-action-type' into 'master'
...
Export: Fix vue app in "filter action by type, goals and result"
Closes #219 , #141 , and #161
See merge request Chill-Projet/chill-bundles!616
2023-11-23 15:50:57 +00:00
947b7b90e2
Fix SocialWorkTypeFilter: allow null value in date, and avoid vuejs module ExportFormActionGoal to override the export form content
2023-11-23 16:02:55 +01:00
975ea417b7
Further update gender options
2023-11-21 11:37:19 +01:00
cbaeb3d7e8
fix double translation keys
2023-11-21 08:13:25 +01:00
f609ddb315
change all instances of neuter to both
2023-11-21 07:58:45 +01:00
eb01c7c203
Export: on filter "action by type goals, and results", restore the fields when editing a saved export
2023-11-16 14:22:52 +01:00
53b4747697
fixup! Export: in filter "Filter accompanying period work (social action) by type, goal and result", order the items alphabetically or with the defined order
2023-11-16 11:55:15 +01:00
89e19502d3
Export: in filter "Filter accompanying period work (social action) by type, goal and result", order the items alphabetically or with the defined order
2023-11-16 11:53:57 +01:00
d8fa743bc9
Export: fix loading of form for "filter action by type, goal and result"
2023-11-16 10:57:59 +01:00
ef8ac6041a
Fix deprecation of transchoice
2023-10-02 17:46:19 +02:00
d2864605b9
Fix path to templates using the new syntax
2023-10-02 12:38:18 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
0e47a1cf59
Merge branch '38-gestion-doublon' into 'master'
...
fix the doublons module
Closes #38
See merge request Chill-Projet/chill-bundles!577
2023-09-14 14:08:51 +00:00
99cf7b8e8d
UX: minor design correction on badge-person in household banner
2023-09-14 15:47:16 +02:00
68f2c7df25
Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component
2023-09-14 15:47:16 +02:00
cd85e37c1b
do active center filtering in frontend for person creation
2023-09-14 14:30:58 +02:00
9375d50112
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
...
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
2023-09-12 15:21:15 +02:00
92b1b17679
Merge branch 'master' into 38-gestion-doublon
2023-09-07 16:08:27 +02:00
fe5e1e5557
UX: minor design correction on badge-person in household banner
2023-09-06 16:19:58 +02:00
16fcd03a02
Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component
2023-09-06 16:19:58 +02:00
e839b03cc9
Update path to twig template with new syntax
2023-07-28 12:16:50 +02:00
e6da727a11
Merge branch 'issue120_filter_social_actions' into 'master'
...
Add filter to social actions
See merge request Chill-Projet/chill-bundles!570
2023-07-14 09:14:21 +00:00
f2673d6c83
Merge remote-tracking branch 'origin/master' into issue120_filter_social_actions
2023-07-13 21:14:31 +02:00
2259a31260
show detail button in banners
2023-07-12 17:25:49 +02:00
1930c48d28
Align address detail button style with banner context buttons
2023-07-12 17:03:55 +02:00
29306d2b66
UX: [vue][onTheFly] improve residential address position in modale
2023-07-12 17:03:55 +02:00
0423540976
FIX [duplicate][personpicker] use dynamic person picker to assign duplicate manually
2023-07-12 11:17:25 +02:00
d825a8509b
FIX [duplicate][delete] fix error messages for treating the accompaning_period_work linked to the person that will be deleted
2023-07-12 10:51:55 +02:00
8929f4b8a3
Merge branch '116-course-index-link-action-to-view-if-closed' into 'master'
...
Fixed: rights on the action list in accompanying period main's page
Closes #116
See merge request Chill-Projet/chill-bundles!566
2023-07-06 20:05:25 +00:00
61982634a6
FEATURE add filter to the template
2023-07-05 16:05:51 +02:00
abe020f116
Merge remote-tracking branch 'origin/master' into 103-document-page
2023-06-27 18:31:14 +02:00
f19b939bd4
Fixed: rights on the action list in accompanying period main's page
...
Add is_granted check on the action:
- if update action is allowed, open in update mode;
- if see action is allowed, open in see mode;
- fallback to an inactive link (should not happens)
2023-06-27 11:04:22 +02:00
471898e6d8
Fixed: filter social action to keep only currently activated
2023-06-21 14:17:54 +02:00
6c16967cdc
Fix: Fix entityId and return path when add a notification on a document's evaluation
2023-06-19 21:00:19 +02:00
7349be94c8
Merge remote-tracking branch 'origin/master' into 709-notification-eval-action
2023-06-13 23:05:51 +02:00
56957250ba
re-use the display of workflow for the notification on evaluation document
2023-06-13 23:05:09 +02:00
a6b451df98
Fix counter on notification for document, using "more" parameter
...
The counter now show results for embedded document, in the accompanying period work list.
2023-06-13 23:04:41 +02:00
cb4de1f3d2
Fixes for work rendering without "onlyone" parameter
2023-06-13 22:58:08 +02:00
1b664d0be2
Merge branch '58-birthdate-precede'
2023-06-13 15:54:09 +02:00
a136a278da
remove console.log
2023-06-13 15:53:50 +02:00
270e068ace
Merge branch '710_vendee_document_workflow_scroll'
2023-06-13 15:48:02 +02:00
c683123eca
set blinking animation on item-row, not just on the input
2023-06-13 15:47:06 +02:00