LibrePlan / libreplan

LibrePlan - Open Web Planning
https://www.libreplan.dev
GNU Affero General Public License v3.0
287 stars 170 forks source link

Tune behaviour of "subcontract" entry in task contextual menu #1648

Open kwoot opened 12 years ago

kwoot commented 12 years ago

(Original Bugzilla Bug ID: 1504)

Date: 2012-07-11 12:22:27 From: Jacobo Aragunde Perez \<jaragunde@igalia.com> To: Javier Morán \<jmoran@igalia.com> Version: master (1.3.x) Last updated: 2012-07-11 12:22:27


(Note: this issue was migrated automatically with bugzilla2github.py tool )

kwoot commented 6 years ago

Bugzilla Comment ID: 4205 Date: 2012-07-11 12:22:27 From: Jacobo Aragunde Perez \<jaragunde@igalia.com>

When you right click on a task in the Gantt diagram and select the "subcontract" entry, it will do one of the following things:

a) If the task is subcontracted, open the task properties subscreen, inside the "subcontract" tab.

b) If the task is not subcontracted, open the task properties subscreen, where you should select the Resource allocation type "subcontract".

This behaviour makes the "subcontract" option in the contextual menu useless in the case b). It would be useful if that option made the resource allocation type change to subcontract and opened the subcontract tab straight away. Or maybe we should just hide the "subcontract" entry and show it only in the a) case.

Also, there is a related issue with "resource allocation" entry in the contextual menu. It has the following behaviour regarding subcontracting:

a) If the task is subcontracted, open the task properties subscreen, inside the "subcontract" tab.

b) If the task is not subcontracted, open the task properties subscreen, inside the "resource allocation" tab.

Maybe in the case a) this menu entry should disappear.