ef5eb5b907
Open modal to select acpw
2025-03-19 11:02:27 +01:00
d683fe002d
Different approach to creating acpw selector
2025-03-19 11:02:25 +01:00
555bbca59b
WIP create new picker for accompanying period works
2025-03-19 11:02:22 +01:00
e9e9d5c458
WIP dynamic picking of accompanying period work
2025-03-19 11:02:22 +01:00
b1842a33ae
WIP fusion accompanyingperiodwork: controller, form, templates
2025-03-19 11:02:19 +01:00
6afeaccf24
Improve merge service according to specifications
2025-03-19 11:01:52 +01:00
fb76bac480
WIP merge service
2025-03-19 11:01:49 +01:00
6ded185289
Treat duplicate in backend and setup confirm page of merge
2025-03-19 11:00:40 +01:00
95adc29f9d
WIP create new picker for accompanying period works
2025-03-19 11:00:40 +01:00
4d0c3e683f
WIP dynamic picking of accompanying period work
2025-03-19 11:00:40 +01:00
018aafc773
WIP fusion accompanyingperiodwork: controller, form, templates
2025-03-19 11:00:40 +01:00
c4aea4efc2
Create types
2025-03-19 11:00:40 +01:00
225e3ca13f
Improve merge service according to specifications
2025-03-19 11:00:40 +01:00
8c1fa7956a
WIP merge service
2025-03-19 11:00:40 +01:00
e253d1b276
Styling and organization of components
2025-03-19 11:00:40 +01:00
a52aac2d98
Update package.json
2025-03-19 11:00:40 +01:00
9e8cf60dd8
Open modal to select acpw
2025-03-19 11:00:40 +01:00
7682d81d50
Different approach to creating acpw selector
2025-03-19 11:00:40 +01:00
5d31ce96c1
WIP create new picker for accompanying period works
2025-03-19 11:00:40 +01:00
81ef64a246
WIP dynamic picking of accompanying period work
2025-03-19 11:00:40 +01:00
49d1f78001
WIP fusion accompanyingperiodwork: controller, form, templates
2025-03-19 11:00:40 +01:00
0d0f3528e2
Add (temporary) types in Main and ThirdpartyBundle
2025-03-19 11:00:40 +01:00
d97d5e689a
Create types
2025-03-19 11:00:40 +01:00
95d80ce13e
Improve merge service according to specifications
2025-03-19 11:00:40 +01:00
668720984d
WIP merge service
2025-03-19 11:00:40 +01:00
245c3fa121
First commit - changie for feature
2025-03-19 11:00:40 +01:00
1af3e4c7ec
Eslint fixes and phpcs fixer
2025-03-18 14:39:19 +01:00
5d0fc7a189
remove comment
2025-03-18 14:25:59 +01:00
483d50e776
Return a string 'me' in EntityToJsonTransformer.php
2025-03-18 14:25:59 +01:00
b4c6ccf309
Add missing rendering condition
2025-03-18 14:25:59 +01:00
ac6a81cbd8
Adjust styling of current user selected
2025-03-18 14:25:59 +01:00
9503cb89b6
Setup if condition in EntityToJsonTransformer.php for when 'me' is passed
2025-03-18 14:25:59 +01:00
b130dbdcdc
Add translations for current user in pick entity component
2025-03-18 14:25:59 +01:00
b2b1865837
WIP backend userOrMePicker
2025-03-18 14:25:59 +01:00
ec5c4d51b3
Frontend: display and behavior of pickUserOrMe form field
2025-03-18 14:25:56 +01:00
fe6949ea26
Update chill bundles to v3.10.3
v3.10.3
2025-03-18 13:47:31 +01:00
8a444a12f4
Turn off eslint error ban-ts-comment
2025-03-18 10:57:24 +01:00
8b7b5ceed7
Release v3.10.2
v3.10.2
2025-03-17 22:30:17 +01:00
b0e826d05a
Revert "Remove unnecessary ts-expect-error"
...
This reverts commit 7f101ba61652324430cd554190151ef1c6aa94fd.
2025-03-17 22:22:37 +01:00
6fb9c3af3f
Release v3.10.1
v3.10.1
2025-03-17 21:59:32 +01:00
7f101ba616
Remove unnecessary ts-expect-error
2025-03-17 21:59:16 +01:00
cea82fac10
Merge branch '333-removing-node-deps-to-symfony-ux-translator' into 'master'
...
Copy Symfony UX Translator module into to chill-bundles
Closes #333
See merge request Chill-Projet/chill-bundles!808
2025-03-17 20:45:48 +00:00
1344fc33e1
Copy Symfony UX Translator module into to chill-bundles
2025-03-17 20:45:48 +00:00
c8e09a28e6
Eslint fixes
2025-03-17 17:32:28 +01:00
c52d4b2a0e
Release v3.10.0
v3.10.0
2025-03-17 16:41:07 +01:00
7f326d5441
Fix typing of argument in FullCAlendar slot
2025-03-17 16:29:59 +01:00
180437f637
Add generation button for saved exports and improve UI flow
...
Introduce a Vue.js component to handle the generation of saved exports directly via a new button. Adjust related API endpoints, improve status handling, and remove redundant backend logic. Minor UI enhancements and translation updates included.
2025-03-17 14:25:57 +01:00
0c2508d26d
Refactor ExportGeneration to improve serialization and usage
...
Streamlined the `ExportGeneration` entity by adding a `getStatus` accessor and updating the serialization group. Refactored frontend logic to use computed properties for `status` and `storedObject`. Simplified API methods to work with the updated `ExportGeneration` interface for consistent handling.
2025-03-17 10:41:54 +01:00
b2d8d21f04
Add export generation creation from saved export endpoint
...
Introduce a new controller for creating export generations from saved exports using a POST endpoint. Updates include a new route, serialization groups, and a corresponding test to validate functionality.
2025-03-16 22:47:57 +01:00
6a2aa77ecc
Add setter for SavedExport and update SavedExport logic
...
Introduced a `setSavedExport` method in `ExportGeneration` entity to enable better association handling. Updated `SavedExportController` to use this setter and adjusted template reference for the 'new' action. Removed unused `TranslatableStringHelperInterface` dependency for cleaner code.
2025-03-14 17:26:40 +01:00