f84c1632b2
Remove "filter" button from attachment modal in workflows
...
The "filter" button was unnecessary in the document list within the "add attachment" modal and has been removed for simplicity. This change does not involve any schema modifications and resolves issue #358 .
2025-02-10 14:41:53 +01:00
37227a3aeb
Add attachments to workflow
2025-02-03 21:15:00 +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
f6387212cb
Revert "Merge branch 'manage-translations' into 'master'"
...
This reverts commit cd99633d15 , reversing
changes made to a9384bf734 .
2024-11-27 17:54:11 +01:00
e339623e2d
Fix within ListWorkflow component + include ux_translator config file
2024-11-26 13:17:24 +01:00
b9b5c4aa74
Remove unused import
2024-11-25 18:57:01 +01:00
20d8cc2d17
Add translation key and remove unused plugin
2024-11-25 18:49:03 +01:00
e340be512c
Merge master into translations branch
2024-11-25 18:24:08 +01:00
aa0785fc71
Apply prettier rules
2024-11-14 18:47:38 +01:00
0454e5d758
eslint corrections in mainbundle
2024-11-14 16:46:07 +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
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
32459e6092
Fix gender translation for unknown
2024-10-31 14:14:37 +01:00
a256307b82
Fix the triggering of the event goToGenerateWorkflow when relatedEntityId is not known
...
The component PickWorkflow emitted the event "goToGenerateWorkflow" when the normal behaviour is intercepted. But that event generated the link to create the workflow to pass it in the payload's event. That generation failed, causing the whole event to fail.
Now, if the link could not been generated, the link is a blank string. There is a supplementary parameter `isLinkValid`, boolean, inform if the link is valid or not.
2024-10-23 13:44:31 +02:00
a47c8d916b
Adjust translation logic for gender in vue components
2024-10-09 16:49:40 +02:00
37cfc035a3
Implement gender icon renderbox for vue components
2024-10-09 16:49:40 +02:00
d82a3af063
Adjust more translations in mainbundle create component
2024-10-01 20:05:04 +02:00
6b764114e4
Add event for handling end of addNewEntity process
...
Added new event 'addNewEntityProcessEnded' to PickEntity component. This event triggers form submission when 'submit_on_adding_new_entity' is enabled, ensuring proper flow control.
2024-10-01 18:49:51 +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
7edd644963
wip: use script setup and new translator within vue components main bundle
2024-09-25 10:13:04 +02:00
077163a774
Transfer translations from i18n file to yaml file
2024-09-25 10:11:35 +02:00
90c5b0341a
Handle null transitionPreviousBy in ListWorkflow.vue
...
Previously, the getPopContent method assumed transitionPreviousBy would always have a value, which led to errors when it was null. This update adds a conditional check to handle cases where transitionPreviousBy is null, ensuring the component renders correctly.
2024-09-24 14:36:01 +02:00
9c963a2122
Implement translator in vue components and use script setup syntax
2024-09-24 11:04:17 +02:00
20e8b03588
Rewrite the Component PickWorkflow.vue into typescript
2024-09-23 14:32:59 +02:00
c1c632dcb0
Refactor use of translation key in vue template slightly
2024-09-20 14:02:36 +02:00
9732b80298
Implement translation with Symfony translator within vue component
2024-09-20 13:58:23 +02:00
611261c863
Example usage of translation keys from yaml files within vue component
2024-09-17 16:59:50 +02:00
45323e9136
Merge remote-tracking branch 'origin/upgrade-sf5' into signature-app-master
2024-09-16 11:51:33 +02:00
bc34d84d63
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-09-12 13:36:50 +02:00
d119ba49f7
Add on_hold label to vue components
2024-09-05 17:18:42 +02:00
2d67843901
added unread and read all function with endpoints for notifications
2024-07-05 13:36:31 +00:00
916724c0c5
Merge branch 'master' into upgrade-sf5
2024-06-24 10:46:21 +02:00
83883567a2
Upgrade node dependencies and add necessary fixes
2024-06-11 09:38:56 +02:00
680513a3a6
fix missing librairies
2024-04-10 16:08:09 +02:00
d29415317b
Allow users to display news on homepage (+ configuring a dashboard homepage)
2024-03-07 21:08:00 +00:00
9b9c2774ad
Allow Pick*Type to submit the form when selection an entity, and apply inside Event
2024-02-08 12:59:50 +01:00
3954d69c94
Merge branch '93-improve-address-design' into 'master'
...
Améliorations cosmétiques en rapport avec le bouton "détails de l'adresse"
See merge request Chill-Projet/chill-bundles!579
2023-07-14 08:47:18 +00:00
1d9b8729ab
oups
2023-07-13 12:50:15 +02:00
22ded77bde
Create new route to redirect from document to work that contains evaluation that contains document
2023-07-13 12:49:01 +02:00
36eed4323c
add title tag on detail address button
2023-07-12 17:20:02 +02:00
9bf8c9b0ed
UX: [address details] improve button integration
2023-07-12 17:03:55 +02:00
29306d2b66
UX: [vue][onTheFly] improve residential address position in modale
2023-07-12 17:03:55 +02:00
e82c7cdc6c
Fixed: [homepage widget] repair my unread notification list with actions and evaluations documents
2023-07-12 13:24:23 +02:00
7cb7897e12
Align address detail button style with banner context buttons
2023-04-21 20:20:55 +02:00
a9fe834978
Fixed: [homepage] count also workflows in cc
2023-04-13 12:25:06 +02:00
63759a940f
Feature: [homepage] group the counter of tasks in warning and alert state into one counter
2023-04-13 12:21:48 +02:00
0335986326
Merge remote-tracking branch 'origin/master' into issue706_cc_in_workflow-2
2023-04-13 09:53:23 +02:00