c641baec78
Resolve "UX bug caused by 'Prettier' linter"
2025-02-03 21:02:44 +00:00
21274155b5
Display first associated persons in the banner of an accompanying course
2025-01-23 20:19:31 +00:00
9a5fd67842
Resolve "Afficher les noms des usagers et l'entité concerné par l'entité notifiée dans la liste des notifications"
2025-01-23 11:34:16 +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
22ce16ef49
Fix display of gender label in the filiation
2024-12-11 14:12:54 +01:00
16fe07cce7
More automatic eslint fixes, update baseline and eslint docs
2024-12-11 11:32:29 +01:00
ebfd48e41f
Apply prettier to files
2024-12-11 10:49:11 +01:00
a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
05bc69fd33
Fix display of gender label
...
Label already localized in serialization so not to be accessed as label.fr within vue component
2024-12-09 11:32:28 +01:00
aa0785fc71
Apply prettier rules
2024-11-14 18:47:38 +01:00
2d6d2a1f58
eslint corrections in personbundle
2024-11-14 16:45:50 +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
22ecb11227
JS corrections in ChillPersonBundle required by ESLint
2024-11-12 15:38:46 +01: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
f05c25853c
Fix of errors: automatic and some manual
2024-11-04 19:56:03 +01:00
4dc2348893
Change behaviour to allow to add a new workflow (if available) and open the modal to list existing workflows in the same button
...
Use the feature of splitted dropdown buttons, from bootstrap.
See:
- OP#776
- https://champs-libres.openproject.com/work_packages/776
2024-11-04 14:05:57 +01:00
96f73b419d
Eslint correction always return something in computed property
2024-10-31 19:11:49 +01:00
27ecae4486
first eslint corrections
2024-10-31 17:28:02 +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
97729de66d
Update conditional rendering logic for displaying list of workflows
...
Ensure the workflow modal is displayed when either workflows_availables or workflows are non-empty. This improves the user interface by correctly triggering the modal in more scenarios.
- OP#762
- https://champs-libres.openproject.com/work_packages/762
- Vendee/accent-suivi-developpement#1254
2024-10-24 15:11:07 +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
34bbee2031
Use makeFetch method
2024-10-21 15:38:46 +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
a47c8d916b
Adjust translation logic for gender in vue components
2024-10-09 16:49:40 +02:00
5fce9ee9fb
Fix reactivity issue for genderIcon rendering
2024-10-09 16:49:40 +02:00
47d954fe9f
Adjust display of gender in twig templates
2024-10-09 16:49:40 +02:00
d9dc2d1f4e
Integrate gender entity into vue components upon creation of persons
2024-10-09 16:49:40 +02:00
37cfc035a3
Implement gender icon renderbox for vue components
2024-10-09 16:49:40 +02:00
2eb686ffdb
Create gender API and adjust serialization of gender property
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
82cd77678b
Create a PickUserGroupOrUserDynamicType
...
- add necessary vue component to render usergroup within the component AddPersons;
- add necessary normalization and denormalization process for matching the selected usergroup with entities in database
2024-09-26 15:39:12 +02:00
b4fa478177
Add UserGroup to chill (import from branch ticket-app-master)
...
Import the UserGrou feature from ticket-app-master branch. This includes:
- import all the entities and migrations, modification of typescript types, templating, and so on;
- apply some verification and formatting rules, like:
- reformat file on chill.api.specs.yaml (MainBundle)
- reformat file on types.ts (Main Bundle)
Migrations kept the same filename.
2024-09-26 11:17:50 +02:00
611a968162
Duplicate and accompanying course evaluation document
...
- create a service which duplicate the accompanying course work evaluation document
- create a controller to duplicate this document
- update the vuejs component to use this duplicate action
2024-09-23 16:32:47 +02:00
20e8b03588
Rewrite the Component PickWorkflow.vue into typescript
2024-09-23 14:32:59 +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
3d49c959e0
Update DropFile to handle object versioning
2024-09-03 15:42:04 +02:00
bc2dfd159c
merge upgrade-sf5 branch
2024-07-15 15:16:27 +02:00