We are a small team where each team member has its own scope (design, coding, qa, ...). In the "tasks" editor view, I want to be able to select multiple tasks from my WBS and assign them to the same resource. For example: 1 package A 1.1 design 1.2 coding 1.3 qa 2 package B 1.1 design 1.2 coding 1.3 qa ... Right now, I have to right click on every single task, select "edit" an check the team member in the "resources" tab. I would like to be able to mark all the design tasks, right click on one of them and then be able to assign all the selected tasks to the same resource (the design guy). This would make my work a lot more efficient, as assigning a resource to each task individually is very time consuming. Cheers, Florian
Git commit e2d74804406872872b910f46511a0cf9b26ae530 by Dag Andersen. Committed on 27/06/2017 at 12:08. Pushed by danders into branch 'master'. Plan: Assign multiple tasks to same resource FIXED_IN: 3.0.89 FEATURE M +2 -0 plan/libs/ui/CMakeLists.txt A +164 -0 plan/libs/ui/ResourceAllocationView.cpp [License: LGPL (v2+)] A +64 -0 plan/libs/ui/ResourceAllocationView.h [License: LGPL (v2+)] M +52 -45 plan/libs/ui/kpttaskeditor.cpp https://commits.kde.org/calligra/e2d74804406872872b910f46511a0cf9b26ae530
Git commit 93b30b92afcdaf05195bd0f2d32538edb8e2210b by Dag Andersen. Committed on 03/10/2017 at 13:06. Pushed by danders into branch 'master'. Plan: Add dialog to be able to edit multiple tasks at once Atm only resource allocations can be edited. M +3 -0 plan/libs/ui/CMakeLists.txt A +78 -0 plan/libs/ui/TasksEditController.cpp [License: LGPL (v2+)] C +34 -15 plan/libs/ui/TasksEditController.h [from: plan/libs/ui/kptrequestresourcespanel.h - 051% similarity] A +98 -0 plan/libs/ui/TasksEditDialog.cpp [License: LGPL (v2+)] A +74 -0 plan/libs/ui/TasksEditDialog.h [License: LGPL (v2+)] M +56 -9 plan/libs/ui/kptrequestresourcespanel.cpp M +6 -1 plan/libs/ui/kptrequestresourcespanel.h M +63 -18 plan/libs/ui/kpttaskeditor.cpp M +2 -1 plan/libs/ui/kpttaskeditor.h M +4 -4 plan/libs/ui/kptviewbase.cpp M +2 -2 plan/libs/ui/kptviewbase.h https://commits.kde.org/calligra/93b30b92afcdaf05195bd0f2d32538edb8e2210b