1ae27152c2
Merge branch 'master' into 616_rapid-action
2023-07-12 15:38:51 +02:00
abe020f116
Merge remote-tracking branch 'origin/master' into 103-document-page
2023-06-27 18:31:14 +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
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
c683123eca
set blinking animation on item-row, not just on the input
2023-06-13 15:47:06 +02:00
909d2dfb60
layout for rendering list
2023-06-13 15:00:16 +02:00
ed556d9ee8
FIX [review] process review and make minor visual changes
2023-05-31 09:47:48 +02:00
ff03299f80
FEATURE [workflow][doc] scroll immediately to document in workflow and let background flash
2023-05-25 17:06:10 +02:00
9c85ad74ce
[vue] Fix birthdate with wrong date in winter (UNCHECKED)
2023-05-25 09:33:11 +02:00
fec2dd0f74
enable debug
2023-05-24 20:23:59 +02:00
62d6106801
UX: [vue][onTheFly] improve residential address position in modale
2023-05-24 19:55:17 +02:00
1337360690
Fixed [search page] quickMenu: improve position and design, manage duplicate buttons
2023-05-24 18:25:35 +02:00
53aa887da5
Fixed: [vue] add condition to use dropdown or single button
2023-05-23 18:10:29 +02:00
ef6a5e0b6b
UX: [vue] Change single button notification by dropdown button (edit workAction)
2023-05-23 16:32:08 +02:00
a8945f5701
Merge branch 'master' into 709-notification-eval-action
2023-05-22 10:52:59 +02:00
c5989de120
Feature: Adapt UI to show new steps
2023-04-28 11:49:35 +02:00
Lucas Silva
1a66a08142
Button in vue edit
2023-04-27 16:01:35 +02:00
Lucas Silva
0a2f41c8a0
adding button notification in edit view of a work.
2023-04-27 10:59:09 +02:00
dc22c94b95
Fix person banner contact details responsive placement
2023-04-21 21:10:51 +02:00
7cb7897e12
Align address detail button style with banner context buttons
2023-04-21 20:20:55 +02:00
b0ac8ce5af
Merge remote-tracking branch 'origin/master' into track-address-reference-update
2023-04-12 09:45:19 +02:00
98aad8c4b6
Fixed: [accompanying period work / edit] allow endDate to be equal to startDate, and show validation errors to users
...
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/79
2023-04-11 10:45:10 +02:00
23951f1997
Merge remote-tracking branch 'origin/master' into issue714_eval_time_spent
2023-03-24 17:51:37 +01:00
99cdf0ebaf
Feature: [update accompanying course] do not show "locate to person" button if the person is already locating the course
2023-03-22 15:32:43 +01:00
204c28d373
Feature: [address reference] adapt vue app AccompanyingCourse to allow to open address details modal
2023-03-22 15:32:43 +01:00
f256dda6fe
Feature: [address] apply details button on address-render-box
2023-03-22 15:32:42 +01:00
4a30f310b8
FIX [referrer][deselect] allow referrer to be deselected in parcours edit form
2023-03-13 16:41:43 +01:00
dd621186e8
improve
2023-03-06 18:07:06 +01:00
1965fc55f4
Fixed button DocumentActionsButtonsGroup display bug
...
- improve document table
- add a smallfont css classe to handle table style
when called from index or from show page
2023-03-06 17:47:33 +01:00
c0675aee9b
Fixed: set referrer from suggestion
2023-03-06 13:28:47 +01:00
03ee04978c
FEATURE [confirm][popup] Add a popup asking for confirmation when referrer is changed to prevent mistakes and unecessary notifications
2023-03-06 13:20:10 +01:00
e982e81900
FIX [post] adjust vue components to allow thirdparty to be posted with new profession type as string
2023-03-06 13:01:21 +01:00
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