|
78615519f4
|
select2 field added to task form
|
2021-11-18 09:34:52 +01:00 |
|
Pol Dellaiera
|
a17c22c74f
|
fix: SA: Fix "...does not call parent constructor...." rule.
SA stands for Static Analysis.
|
2021-11-16 15:27:46 +01:00 |
|
Pol Dellaiera
|
7462babbeb
|
fix: SA: Fix "...an unused use..." rule.
Also fix a critical bug in `ListPerson.php`.
SA stands for Static Analysis.
|
2021-11-16 15:06:43 +01:00 |
|
Pol Dellaiera
|
f8aeb08594
|
fix: SA: Fix "might not be defined" rule.
SA stands for Static Analysis.
|
2021-11-16 11:41:12 +01:00 |
|
Pol Dellaiera
|
5e5dcaefe7
|
Fix implicit variable creation.
|
2021-11-09 16:22:16 +01:00 |
|
|
7fabe0214e
|
household list of accompanying periods + upgrade DBAL version to 3.1
|
2021-11-08 10:57:14 +00:00 |
|
|
35d807cab0
|
Bugfixes/tasks list
|
2021-11-05 12:31:41 +00:00 |
|
|
e0cb5a88bd
|
rewrite task list action
|
2021-10-30 00:41:28 +02:00 |
|
|
c63b1015e1
|
add indexes for searching task by end date
|
2021-10-30 00:40:15 +02:00 |
|
|
db15a3d53c
|
adapta list of tasks for a person
|
2021-10-29 16:26:19 +02:00 |
|
|
4017f8db48
|
refactor list by course: use acl aware repository
|
2021-10-28 14:41:19 +02:00 |
|
|
4da32dc5ca
|
fix filtering of new tasks
|
2021-10-28 01:05:36 +02:00 |
|
|
e63d645f8a
|
fix return path in tasks
|
2021-10-28 00:50:18 +02:00 |
|
|
97dbc4bc16
|
add more filtering possibilities with order helper
|
2021-10-28 00:11:05 +02:00 |
|
|
aea5e9b1d7
|
Merge remote-tracking branch 'origin/improve_location' into 106_tasks_to_parcours
|
2021-10-27 16:49:34 +02:00 |
|
|
f4fb375fd1
|
add filtering in task list
|
2021-10-27 13:32:52 +02:00 |
|
|
333a4d94b2
|
layout task list
|
2021-10-27 11:57:51 +02:00 |
|
|
965ea528e3
|
adaptations for acl with tasks
|
2021-10-26 18:05:06 +02:00 |
|
|
c4da6a436b
|
Merge remote-tracking branch 'origin/master' into 106_tasks_to_parcours
|
2021-10-22 17:52:57 +02:00 |
|
nobohan
|
e06a98e70a
|
user menu: remove useless commented lines (user menus are implemented in their own chill bundles
|
2021-10-21 13:48:42 +02:00 |
|
|
461b96ea37
|
duplicate templates deleted
|
2021-10-01 11:32:46 +02:00 |
|
|
fc237db98a
|
fix: wrong template rendered for new course task
|
2021-10-01 11:32:32 +02:00 |
|
|
43daab1f7b
|
transition button added to listitems of course tasks
|
2021-10-01 11:32:05 +02:00 |
|
|
85e8fe59a4
|
changes to TaskVoter reinstated, mistake made in conflict resolvement
|
2021-10-01 11:18:10 +02:00 |
|
|
262fefa92f
|
access granted condition lifted temporarily to show the 'add new task' button on index page for Person
|
2021-10-01 10:52:05 +02:00 |
|
|
1403ee2ba5
|
redirect after submit bug fixed for edit and delete when coming from show.html.twig
|
2021-10-01 10:49:55 +02:00 |
|
|
548247188f
|
temporarily lifted scope validation, currently no scopes in select list to be selected
|
2021-10-01 10:49:07 +02:00 |
|
|
6a34046e93
|
comments deleted, notations adjusted, ...
|
2021-10-01 10:47:32 +02:00 |
|
|
88b8ff86d1
|
reorganize templates for a better structure
|
2021-10-01 10:45:04 +02:00 |
|
|
cc258ba164
|
templates added for transition of course task and taskcontroller adapted to show correct template
|
2021-09-30 14:24:17 +02:00 |
|
|
5d69e48787
|
more conformity between URL's single-task
|
2021-09-30 14:22:20 +02:00 |
|
|
cb4059e5c3
|
comment out use of voter for menu entry, new way of handling rights?
|
2021-09-28 14:37:27 +02:00 |
|
|
8411c909ff
|
notation modifications
|
2021-09-28 12:55:46 +02:00 |
|
|
41fc41b1da
|
migration namespace adjusted
|
2021-09-28 12:55:46 +02:00 |
|
|
cb5b45cbe8
|
autowire and configure MenuBuilder
|
2021-09-28 12:55:46 +02:00 |
|
|
4c47a35457
|
Fix SingleTaskListType
accompanyingCourse also defined as a form option
|
2021-09-28 12:55:46 +02:00 |
|
|
34dd35f2e2
|
Changed name of PersonMenuBuilder
More general name since it also contains the AccompanyingPeriod task menu entry now.
|
2021-09-28 12:55:46 +02:00 |
|
|
6e3ce06fcf
|
new/show/edit/delete/list functionality added for accompanyingperiod task
|
2021-09-28 12:55:46 +02:00 |
|
|
537518b66f
|
controller and templates adapted to display list of accompanying period tasks + detailpage of task
|
2021-09-28 12:53:24 +02:00 |
|
|
4ad9714e8b
|
Menu entry added in PersonMenuBuilder of taskbundle. Removed from menubuilder in Personbundle. Rename file, PersonMenuBuilder to MenuBuilder?
|
2021-09-28 12:53:23 +02:00 |
|
|
5a936cd20b
|
templates + controller further adapted to work with accompanyingCourse. new and show methods don't work yet due to authorization/voter issues
templates adapted for use with accompanyingCourse tasks also
|
2021-09-28 12:53:23 +02:00 |
|
|
53fc5b8399
|
adaptation of newTask() method in singleTaskController
|
2021-09-28 12:49:38 +02:00 |
|
|
8318458805
|
relation between task and accompanyingcourse created
|
2021-09-28 12:49:38 +02:00 |
|
|
d4116a4659
|
Merge branch 'master' into improvements_acitivite_annexe
|
2021-09-23 14:39:39 +02:00 |
|
|
cf40f38463
|
rename voter helepers
|
2021-09-20 13:56:43 +02:00 |
|
|
dc09c9424a
|
refactor ACL for easy voter. Apply on TaskVoter
|
2021-09-20 13:56:43 +02:00 |
|
|
601c16ac27
|
first commit: rendez-vous menu entry deleted from task usermenubuilder. Start sous-types
|
2021-09-17 17:00:23 +02:00 |
|
|
7515415888
|
autowire and configure MenuBuilder
|
2021-09-17 15:18:48 +02:00 |
|
|
27a52ce166
|
Fix SingleTaskListType
accompanyingCourse also defined as a form option
|
2021-09-17 14:53:15 +02:00 |
|
|
17b6f287dc
|
Changed name of PersonMenuBuilder
More general name since it also contains the AccompanyingPeriod task menu entry now.
|
2021-09-17 14:49:43 +02:00 |
|