7eb895c0e1
Insert name of file as the document title when uploading
2025-11-19 13:33:51 +01:00
c28bd22560
Resolve "Action d'accompagnement - afficher les objectifs avant les résultats"
2025-11-07 16:23:52 +00:00
a706c6f337
fix: set back to true suggestion of referrer when creating notification for
...
accompanyingPeriodWorkDocument
2025-11-06 16:18:33 +01: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
bf38ec22c9
Add missing import in FormEvaluation.vue and temporarily set wopi-bundle requirement to specific commit (until bundles is fully upgraded to sf7)
2025-10-30 11:40:20 +01:00
7b60b7a8af
Fix document generation and workflow generation do not work on accompanying period work documents
2025-09-12 10:42:34 +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
e3a6b60fa2
Revert "Merge branch 'ticket/supplementary-comments-on-motive' into 'master'"
...
This reverts merge request !855
2025-07-20 18:50:33 +00:00
63d0a52ea1
Ajout de commentaires supplémentaires aux motifs
2025-07-11 14:06:40 +00:00
606435a6b3
Pipeline corrections
2025-07-01 14:47:36 +02:00
49cbb6a002
Clean skeleton (and add Junie guidelines)
2025-06-04 08:13:35 +00:00
6f1fe1c118
Merge branch '379-translation-localization-vue' into 'master'
...
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
Closes #379
See merge request Chill-Projet/chill-bundles!822
2025-05-28 14:40:27 +00:00
649ad26721
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
2025-05-28 14:40:26 +00:00
bb41af4ed2
replace ck-editor by new CommentEditor on every vuejs components
2025-05-23 13:51:44 +02:00
juminet
5ea55ebfe5
381 display previous person participation in acc course work
2025-05-13 08:45:38 +00:00
juminet
a9c3aab528
377 - add the document filename to document title when uploading a new document
2025-05-13 08:30:30 +00:00
juminet
a7517eb647
Adding a second phone number to thirdparty entity
2025-04-15 12:59:57 +00:00
d2fcb6945b
Setup alias for use in standalone chill-bundles project and replace relative paths
2025-02-19 10:57:59 +00: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
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
22ecb11227
JS corrections in ChillPersonBundle required by ESLint
2024-11-12 15:38:46 +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
27ecae4486
first eslint corrections
2024-10-31 17:28:02 +01: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
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
3d49c959e0
Update DropFile to handle object versioning
2024-09-03 15:42:04 +02:00
635b1ee537
merge upgrade-sf5 branch to have latest fixes
2024-06-06 13:01:12 +02:00
dcfa569e3a
Upgrade CKEditor and refactor configuration with use of typescript
2024-06-01 00:35:08 +02:00
f60a595ab6
Update vue toast version and implementation
2024-05-29 11:37:04 +02:00
775535e683
refactor file drop widget
2024-05-28 11:25:59 +02:00
47a928a6cd
Add DAV edit link to StoredObject serialization
...
Enabled the adding of access link, specifically DAV edit link to the JSON serialization of the StoredObject entity. The patch also adjusted the serializer groups of various attributes of StoredObject from "read, write" to "write". Lastly, these changes were reflected in the accompanying CourseWork Controller and the FormEvaluation Vue component.
2024-05-23 18:25:20 +02:00
cc281762b3
Translate message on conflict in AccompanyingPeriodWorkEdit App
2024-02-08 14:33:30 +01:00
aa0cadfa84
Add conflict resolution for generated API + add test
...
Implemented additional code to handle version conflicts when editing accompanying period work. By keeping track of the current version and returning an HTTP conflict response when it doesn't match with the provided entity version, users are properly alerted to update their entity before continuing. Furthermore, adjusted BadRequestHttpException to match correct arguments order and introduced entity version as query parameter for the URL.
ensure kernel is shutdown after generating data
2024-02-08 14:33:30 +01:00
3bb911b4d0
Update version within PUT request
...
Try to add api logic
check for version being the same instead of smaller
implementing optimistic locking and displaying correct message in frontend
rector fixes
adjust violation message and add translation in translation.yaml
add translator in apiController
2024-02-08 12:09:51 +01:00
f00b39980c
Add version of the social action to the state
...
put correct serialization groups
2024-02-08 12:08:36 +01:00
09882bb4be
Add translations that were missing according to console error
2024-02-08 12:08:35 +01: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
c683123eca
set blinking animation on item-row, not just on the input
2023-06-13 15:47:06 +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
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
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
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