e50b02a8c7
FIX [rendering] adjust vue components to correctly render profession string
2023-03-06 13:01:21 +01:00
9696a8194c
DX: use the UserRenderBoxBadge to display user in AddPerson
2023-03-01 16:10:51 +01:00
6749758b46
Fixes for features "allow to set user absences"
2023-03-01 16:08:49 +01:00
f1ebc089c3
Merge remote-tracking branch 'origin/master' into user_absences
2023-03-01 14:59:43 +01:00
a16244a3f5
Feature: [docgen] generate documents in an async queue
...
The documents are now generated in a queue, using symfony messenger. This queue should be configured:
```yaml
# app/config/messenger.yaml
framework:
messenger:
# reset services after consuming messages
# reset_on_message: true
failure_transport: failed
transports:
# https://symfony.com/doc/current/messenger.html#transport-configuration
async: '%env(MESSENGER_TRANSPORT_DSN)%'
priority:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
failed: 'doctrine://default?queue_name=failed'
routing:
# ... other messages
'Chill\DocGeneratorBundle\Service\Messenger\RequestGenerationMessage': priority
```
`StoredObject`s now have additionnal properties:
* status (pending, failure, ready (by default) ), which explain if the document is generated;
* a generationTrialCounter, which is incremented on each generation trial, which prevent each generation more than 5 times;
The generator computation is moved from the `DocGenTemplateController` to a `Generator` (implementing `GeneratorInterface`.
There are new methods to `Context` which allow to normalize/denormalize context data to/from a messenger's `Message`.
2023-02-28 15:25:47 +00:00
9ff116797a
FEATURE [store][component] final adjustments to methods to post time spent
2023-02-16 14:14:45 +01:00
08b3d476a7
FEATURE [vue][form] incorporating the timeSpent field in the vue form
2023-02-16 14:14:44 +01:00
68f7a832b4
Fixed: [activity] fetch all the available location, beyond the first page
2023-02-08 14:42:16 +00:00
9f5b11e6cc
Feature: allow to convert to PDF from Chill and group action button on document
...
BREAKING CHANGE: avoid using the macro for download button. To keep the UI clean, use always the new "group of action buttons".
2023-01-31 16:30:19 +00:00
1a8e21a77f
Fixed: [vue] title hover translation for absent pill
2023-01-30 15:01:24 +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
6b90a7d2a7
Merge branch 'master' into VSR-issues
2023-01-24 15:36:22 +01:00
4a56c4c945
Fixed: correct link for "edit wopi document" in javascript
...
The link was hardcoded, but not correctly adapted
2023-01-16 11:19:25 +01:00
4da9b6587d
DX: remove console comment in file Person.vue
2022-12-23 11:30:40 +01:00
7a1cc9b076
Merge remote-tracking branch 'origin/master' into cire16
2022-12-22 10:22:58 +01:00
1f58acd871
Feature: [person][creation] Add center field to OnTheFly/Person
2022-12-21 17:27:11 +01:00
5211d092e3
Merge branch 'testing' into VSR-issues
2022-12-15 14:46:30 +01:00
2a9ebe436e
prepare accompanying-course-work context for new template
...
* batch renaming css class name accompanying-course-work
* remove unused classes
* remove -list class
* remove double class
2022-12-14 15:00:38 +01:00
ff7f5a5dd3
Fixed: [vue][accompanyingCourse] typeError in toaster when removing referrer
...
https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/667
2022-12-09 12:39:29 +01:00
6309877a14
Fixed: [relationship graph] fix layout of button to add a link (upgrade bootstrap)
2022-12-07 12:18:35 +01:00
3ca46efd2c
#16 pass default variables to add-address component when it is called from another vue component
2022-11-17 19:02:07 +01:00
d95472ca9d
Merge branch '111_exports_suite' into calendar/finalization
2022-10-05 15:28:37 +02:00
be6b5178cd
Merge branch 'master' into 111_exports_suite
2022-10-05 10:16:05 +02:00
99b261b1d7
[person][relations] Fixed: GET request had a body, this prevented to
...
load files
2022-09-30 17:36:52 +02:00
d1b9400257
[person][relations] Fixed: GET request had a body, this prevented to
...
load files
2022-09-30 17:31:30 +02:00
5af492b2db
Merge remote-tracking branch 'origin/111_exports_suite' into testing
2022-09-20 12:18:00 +02:00
5dcd157bd0
export: move Vue component in ChillPersonBundle
2022-09-14 18:16:28 +02:00
d8f80f3d02
wip on app2
2022-06-23 12:26:48 +02:00
4592be3a8d
improve syntax for the js fix
2022-06-14 21:24:50 +02:00
a26346859c
change translation to add household for new user
2022-06-14 17:21:57 +02:00
9a29532362
fix bux to quickly add names that exist of multiple parts to the namefield of a person or thirdparty
2022-06-09 18:31:38 +02:00
f92cef02cf
fix creating a new AccompanyingPeriodWorkEvaluationDocument when replacing the document (the workflow was lost)
2022-05-30 22:43:50 +02:00
3efb4a4a5e
Merge remote-tracking branch 'origin/master' into issue586_filiations
2022-05-27 21:49:21 +02:00
4d0717690b
Merge remote-tracking branch 'origin/master' into issue578_display_userjob
2022-05-27 16:00:16 +02:00
54a3e2b2ef
Merge remote-tracking branch 'origin/master' into issue589_private_comments
2022-05-27 15:47:25 +02:00
nobohan
b13ac3a919
household filiations: fetch person info when unfolding person node
2022-05-17 17:24:17 +02:00
58fce9999d
OnTheFly: do not show 'create adress and household' on edit action
2022-05-11 19:29:12 +02:00
49b1ca13f2
OnTheFly: fix error when updating person without changing civility
2022-05-11 19:25:07 +02:00
nobohan
6481f6a4c1
quick fix: safer way to add civility to body before PATCHing (AddPerson)
2022-05-11 17:04:17 +02:00
6c246a0d38
allow to edit civility in onTheFly
2022-05-06 12:54:01 +02:00
64432bb08a
Merge remote-tracking branch 'origin/master' into issue557_address_civility_in_form_person
2022-05-06 10:21:13 +02:00
6567143ff5
update job if users assigns him/herself as referrer and job is not null
2022-05-04 15:14:17 +02:00
2ef3a3362a
merge master into branch
2022-05-04 09:31:22 +02:00
ae624d25fc
fix display of privateComment for action
2022-05-02 16:49:32 +02:00
1b6e84262b
add translation
2022-05-02 15:27:44 +02:00
ad9ac8ec0a
Merge remote-tracking branch 'origin/master' into issue560_relationship_validation
2022-04-27 15:00:02 +02:00
c56a125a78
privateComment for action (not working yet)
2022-04-27 11:52:01 +02:00
f713b1ddc8
allow to edit encrypted documents
2022-04-26 17:46:25 +02:00
5a1ce399f6
fix creation of evaluation in js
2022-04-26 14:26:51 +02:00
064286aa2f
private comment for action. still needs (de)normalization
2022-04-26 09:52:00 +02:00