869880d8f3
Revert "Display calendar items linked to person within search results"
...
This reverts commit f7ea7e4dbf .
2025-11-12 13:08:54 +01:00
f7ea7e4dbf
Display calendar items linked to person within search results
2025-11-12 13:00:52 +01:00
c28bd22560
Resolve "Action d'accompagnement - afficher les objectifs avant les résultats"
2025-11-07 16:23:52 +00:00
671ed21d59
Expand timeSpent choices for evaluation document and translate them to user locale or fallback 'fr'
2025-11-05 09:29:50 +00:00
5b90d23367
Resolve "Dupliquer une document d'une évaluation vers une autre" + "Déplacer un document vers une autre évaluation"
2025-09-11 11:01:16 +00:00
ea06a96f91
Add external identifiers for person, editable in edit form, with minimal features associated
2025-09-01 08:05:11 +00:00
2754251fdc
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-08-06 14:20:29 +02:00
2f6cef4238
- **fix:** move closing motive up to be coherent with display elsewhere
2025-08-06 14:20:09 +02:00
2309636eae
- **fix:** adjust display logic for accompanying period dates, include closing date if period is closed.
2025-08-06 13:47:29 +02:00
65dde1e6a0
Merge branch '390-fix-search-results' into 'master'
...
Fix participant condition in list_with_period.html.twig
Closes #390
See merge request Chill-Projet/chill-bundles!832
2025-07-02 10:59:17 +00:00
840ef6eed8
Resolve "Fusion actions d'accompagnement"
2025-07-02 10:53:16 +00:00
298044bc82
Improve admin templates for event admin entities + activity reason (category)...
2025-06-30 08:44:24 +00:00
fca10ada71
Fix translation keys and participant pluralization in list_with_period.html.twig
...
Updated French translations for "Participants" and improved pluralization handling in accompanying_period keys. Modified list_with_period.html.twig to dynamically translate "Participants" based on the count of current participations.
2025-06-04 16:55:56 +02:00
a35d456308
Fix participant condition in list_with_period.html.twig
...
Updated the condition to properly handle cases where the first participation's person is not the current person.
2025-06-04 16:54:44 +02:00
a8c41141e8
Enhance note rendering with Markdown to HTML conversion in AccompanyingCourseWork/show.html.twig
...
Updated the note display logic to use the `chill_markdown_to_html` filter for better formatting and presentation. This change ensures that Markdown syntax in notes is properly rendered as HTML.
2025-05-28 16:36:03 +02:00
992e6d29d0
Merge branch '321-text-editor-fallback' into 'master'
...
Text editor: Add a toggle button to switch to simple text editor and add emoji and fullscreen to ckeditor toolbar
Closes #321
See merge request Chill-Projet/chill-bundles!827
2025-05-27 09:16:31 +00:00
44a8ddeba4
Resolve "Reorganise page 'Mes parcours'"
2025-05-21 16:13:43 +00:00
8b2af35e97
Fix typo
2025-05-21 17:57:35 +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
fc32f9eca9
Merge branch 'add-dependents' into 'master'
...
add household properties : number of dependents and number of dependents with disabilities
See merge request Chill-Projet/chill-bundles!778
2025-02-13 12:41:29 +00:00
Christophe Siraut
03717a1a87
ChillPersonBundle: move numberOfDependents configuration to a new household node; extend AdministrativeStatusRepository and EmploymentStatusRepository from ServiceEntityRepository
2025-02-07 17:45:33 +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
Christophe Siraut
fbdc0d32f0
ChillPersonBundle: Add numberOfDependents and numberOfDependentsWithDisabilities
2025-01-31 10:13:47 +01:00
Christophe Siraut
6c37d798bf
ChillPersonBundle: add administrativeStatus property to Person
2025-01-31 09:06:45 +01:00
21274155b5
Display first associated persons in the banner of an accompanying course
2025-01-23 20:19:31 +00:00
018f8aef5c
Add export button to social actions template
2025-01-15 16:45:05 +01:00
edb51dd3cd
Add export button to template
2025-01-15 16:35:09 +01:00
Christophe Siraut
110db30748
ChillPersonBundle: add employmentStatus property to Person
2024-12-16 17:35:19 +01:00
21ec3121ec
Merge branch 'signature-app-master' into 'master'
...
Signature app master
Closes #307
See merge request Chill-Projet/chill-bundles!743
2024-11-12 20:30:00 +00:00
3ec0d26001
Fix type error for displaying comment in accompanying period work detail view page
2024-11-12 10:13:20 +01:00
db4d7669f1
Add duplication feature for evaluation documents within generic doc
...
Introduced a new method to duplicate evaluation documents and forward return path URLs. Updated templates to include duplication buttons and adjusted routing for handling the duplication process.
2024-11-06 19:34:41 +01:00
e71c2f162c
Fix display of accompanying period work referrers
2024-11-05 14:24:43 +01:00
989fdad561
Add chill_path_force_return_path method to routing helper
...
Implemented a new Twig function `chill_path_force_return_path` to enforce a specific return path within the URL. Updated relevant template to utilize this new function for better control over URL routing and return path management.
OP#787
https://champs-libres.openproject.com/work_packages/787
2024-10-25 18:33:22 +02:00
d7174cdb95
Reintroduce pending signatures section in person list view
...
Moved the pending signatures section within the person list view template to the correct location.
OP#771
https://champs-libres.openproject.com/work_packages/771
2024-10-25 18:20:58 +02:00
5dfa5e1e7f
Advanced search fixed to work with new gender entity
2024-10-22 14:50:16 +02:00
588f02cdf4
Take Null value for gender into account and fix OnTheFly makeFetch
2024-10-22 14:48:16 +02:00
43c3cc26ea
Fix translation with gender
2024-10-21 15:27:37 +02:00
9fe20b5e81
Show pending signatures in the person's search results
2024-10-15 15:15:32 +02:00
77ece243c0
Fix twig template, remove ul tag
2024-10-09 16:49:40 +02:00
47d954fe9f
Adjust display of gender in twig templates
2024-10-09 16:49:40 +02:00
b9d2f5efa3
Use renderInterface to render gender icons in twig
2024-10-09 16:49:40 +02:00
567c01f395
wip: use GenderIconEnum to allow user to select bootstrap icon
2024-10-09 16:49:40 +02:00
67a6eb17db
Change PickGenderType form field to use in Person creation form
2024-10-09 16:49:40 +02:00
33cc308e1e
Merge branch 'upgrade-sf5' into signature-app-master
2024-09-16 15:30:01 +02:00
7206e13984
Merge branch 'master' into upgrade-sf5
2024-09-16 15:29:43 +02:00
6f28d154c8
Fix referrers display to show only current referrers.
...
Updated the view to loop through current referrers in the accompanying period. Added new method `getReferrersHistoryCurrent` to the entity to filter and return only active referrers, ensuring correct display in the UI. Also included documentation for better code clarity.
2024-09-16 15:25:25 +02:00
5f5d4b8f06
Add person menu entry for signature list
2024-09-04 15:13:14 +00:00
916724c0c5
Merge branch 'master' into upgrade-sf5
2024-06-24 10:46:21 +02:00