dd621186e8
improve
2023-03-06 18:07:06 +01:00
1b15abe635
oops.. with condition
2023-03-06 17:59:55 +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
f5d17eb38c
Merge remote-tracking branch 'origin/master' into issue715_household_move_email
2023-03-06 12:20:20 +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
dbcc425f5f
DX: improve performance for counting feature linked to person
2023-02-28 17:22:54 +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
27f13e0dd1
FEATURE [menu][counters] show counter icon for person resources and residential address if there are any
2023-02-24 13:54:44 +01:00
1f4438690e
FEATURE [email] add a line notifying referrer which user has moved a person or household
2023-02-22 11:36:57 +01: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
eac3471cbb
FIX [person][contactinfo] place the contactinfo fields underneath birthdate for easier access
2023-02-10 11:37:32 +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
0301641290
DX: keep the same case between translation key and translation
2023-01-25 13:34:36 +01:00
5c413edb32
Fixed: check for empty command
...
Use the the EmbeddableComment api for getting comment.
2023-01-25 13:26:57 +01:00
6b90a7d2a7
Merge branch 'master' into VSR-issues
2023-01-24 15:36:22 +01:00
99482edf0d
Fixed: remove the "preload" component, and do not preload the period's json
...
This didn't accelerated the loading of period's pages, and make the period's json loaded twice.
2023-01-19 23:21:28 +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
b2dec3e587
Fixed: [social issue][admin] do not remove the parent when editing a social issue
...
https://gitlab.com/Chill-Projet/chill-bundles/-/issues/46
2023-01-13 16:43:02 +01:00
4da9b6587d
DX: remove console comment in file Person.vue
2022-12-23 11:30:40 +01:00
3ca2811494
Feature: set parameters for add_address as global
...
The parameter `window.addaddress` is now global and can be reached to all page. This ensure backward compatibility.
2022-12-22 11:22:24 +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
2deed644b6
Merge branch 'master' into VSR-issues
2022-12-15 15:19:43 +01:00
5211d092e3
Merge branch 'testing' into VSR-issues
2022-12-15 14:46:30 +01:00
f17c08f530
Feature: [accompanying-course-work] add new page to show an accompanying-course work
2022-12-14 18:26:39 +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
6ab5e708ec
[backend] prepare new page: controller, route, link and minimal template
2022-12-14 14:58:50 +01:00
58ede06dfe
Fixed: show list of workflow, event if some social action associated to a workflow are deleted
2022-12-14 13:46:31 +01:00
ae1df1f47a
Fixed: [zone admin] fix edit link in composition index template
2022-12-13 14:41:54 +01:00
7abecdea02
UX: [zone admin] column header more thin to improve placement
2022-12-13 12:29:25 +01:00
49380f5f61
fix template regressions with add_address component
...
Component works in modal or in main frame. CSS Flex position parent-children directives were broken.
Hope that fix don't introduce others display bug in any cases !
2022-12-12 15:04:30 +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
448d93cd02
Fixed: [address] Add missing window.addaddress in person create page, and third party create and update page
2022-11-18 16:11:03 +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
1ec3e176fb
Merge branch 'master' into calendar/docgen-add-generation
2022-10-20 13:34:21 +02:00
a26029999f
Merge branch '111_exports_suite' into testing
2022-10-12 11:30:52 +02:00
0c47d2cafd
[Feature] show period's localisation (address) into reassign and regulation list
2022-10-10 20:52:08 +02:00
86cfd87d71
Feature: Allow to filter periods to reassign by postal code
2022-10-10 20:52:08 +02:00
62386378fc
[Feature] show period's localisation (address) into reassign and regulation list
2022-10-06 22:14:39 +02:00