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
9ec4c77fb7
systematically at a parameter 'at_date' when displaying createdBy in twig template
...
The rendering of the 'createdBy' entity has been updated across various .twig files to include the 'at_date' property. This makes the date an entity was created more explicit, providing clearer information to the user.
2024-06-11 16:55:15 +02:00
6c9101c167
Adapt the rendering of user in accompanyingPeriodWork list and item templates
2024-04-16 11:55:54 +02:00
bc683b28d6
update normalizers to take into account referrerHistory logic for accompanying period work
2024-04-16 11:55:50 +02:00
853014d8d2
remove attempt to adjust accompanyingperiod work for display of user job and service at specific date
2024-04-16 11:52:58 +02:00
d62e9ce269
Implement 'at date' for display of service and user job in accompanying period work entities (for twig templates) -> vue component still to fix
2024-04-16 11:52:58 +02:00
d2864605b9
Fix path to templates using the new syntax
2023-10-02 12:38:18 +02:00
f2673d6c83
Merge remote-tracking branch 'origin/master' into issue120_filter_social_actions
2023-07-13 21:14:31 +02:00
61982634a6
FEATURE add filter to the template
2023-07-05 16:05:51 +02:00
f19b939bd4
Fixed: rights on the action list in accompanying period main's page
...
Add is_granted check on the action:
- if update action is allowed, open in update mode;
- if see action is allowed, open in see mode;
- fallback to an inactive link (should not happens)
2023-06-27 11:04:22 +02:00
56957250ba
re-use the display of workflow for the notification on evaluation document
2023-06-13 23:05:09 +02:00
a6b451df98
Fix counter on notification for document, using "more" parameter
...
The counter now show results for embedded document, in the accompanying period work list.
2023-06-13 23:04:41 +02:00
cb4de1f3d2
Fixes for work rendering without "onlyone" parameter
2023-06-13 22:58:08 +02:00
9d1e54d3a0
Add drowndown on notification button for Documents Evaluations
2023-05-23 11:29:27 +02:00
Lucas Silva
71e8e2baee
[Fix] Case where two evaluation showed in the same time in notification
2023-04-27 15:00:26 +02:00
Lucas Silva
67b32341d1
adding referer in list action
2023-04-27 10:58:31 +02:00
Lucas Silva
cb37e8c006
Merge branch 'master' into 709-notification-eval-action
2023-04-26 13:46:41 +02:00
ba43b6b025
Fix: align ux design styles to chill theme
2023-04-25 17:57:33 +02:00
Lucas Silva
3576f7f14f
Finishing evaluation document view and fixing dropdown in show
2023-03-30 14:32:00 +02:00
Lucas Silva
d8d517017d
switching to new syntax
2023-03-30 14:31:02 +02:00
4319b0d804
Feature: add timespent on "show" page
2023-03-24 18:16:44 +01:00
Lucas Silva
afb25276ee
enleve l'id en bas de page
2023-03-23 15:32:30 +01:00
Lucas Silva
e850f67b00
rajout du voter, pour document et action dans la notif -> affiche les documents mais aussi le fais de partager dans notification create
2023-03-23 14:59:32 +01:00
Lucas Silva
1a759cabe4
changing evaluation for document -> no render for twig
2023-03-22 18:11:41 +01:00
Lucas Silva
457d71b4f3
add service + template pour documents
2023-03-21 16:03:22 +01:00
Lucas Silva
ecb8ef0146
add notification service for AccompanyingPeriodWork in show
2023-03-21 14:34:38 +01:00
f376b1af49
UX: [badges] uniformize user badges in lists, shows and dashboards
2023-03-07 16:23:41 +01:00
1b15abe635
oops.. with condition
2023-03-06 17:59:55 +01:00
1965fc55f4
Fixed button DocumentActionsButtonsGroup display bug
...
- improve document table
- add a smallfont css classe to handle table style
when called from index or from show page
2023-03-06 17:47:33 +01:00
9f5b11e6cc
Feature: allow to convert to PDF from Chill and group action button on document
...
BREAKING CHANGE: avoid using the macro for download button. To keep the UI clean, use always the new "group of action buttons".
2023-01-31 16:30:19 +00:00
5c413edb32
Fixed: check for empty command
...
Use the the EmbeddableComment api for getting comment.
2023-01-25 13:26:57 +01:00
f17c08f530
Feature: [accompanying-course-work] add new page to show an accompanying-course work
2022-12-14 18:26:39 +01:00
2a9ebe436e
prepare accompanying-course-work context for new template
...
* batch renaming css class name accompanying-course-work
* remove unused classes
* remove -list class
* remove double class
2022-12-14 15:00:38 +01:00
6ab5e708ec
[backend] prepare new page: controller, route, link and minimal template
2022-12-14 14:58:50 +01:00
b24de76d77
display agents traitants
2022-04-20 15:16:26 +02:00
00a6ef0598
fix creating of accompanying period work
2022-04-07 11:05:34 +02:00
5477a70c84
add ACL around creation of work in course
2022-04-06 12:41:50 +02:00
nobohan
1d6d8dc002
accompanyingcourse work: add ACL rights for create and edit buttons
2022-03-30 12:01:35 +02:00
nobohan
137eb184d0
accompanying period work: display referrers in the list of work
2022-03-10 16:18:59 +01:00
b2a61071bf
create voter which blocks deletion if a workflow exists
2022-03-07 00:30:53 +01:00
8945703785
fix template mistakes
2022-03-02 09:53:51 +01:00
cb4c3b46b9
fix creating two workflow on accompanying period work
2022-02-27 03:03:29 +01:00
b7d6d69101
list workflow on index pages
2022-02-25 11:51:28 +01:00
4314823a70
change order for accompanying period work list
2022-02-08 19:36:45 +01:00
971789d5cf
Merge remote-tracking branch 'origin/master' into foldlist_in_entity
2022-01-31 15:51:21 +01:00
0add020e57
workflows in entity: other vue component call workflow modal
2022-01-30 13:53:51 +01:00
d285d84068
wip
2022-01-28 22:30:18 +01:00
feaee8a0b1
a few more implementations in twig templates
2022-01-28 10:07:34 +01:00
c7dbaae8d6
105 worflow
2022-01-24 13:17:46 +00:00
54c2b92962
Improve notifications
2022-01-24 10:09:57 +00:00