Confusions / #1696

We have some strange/illogical behaviour with the efforts:

Situation:
  • project with tasks but no folders
    • you cannot assign an effort to a task => no effort sum in the task overview (0 h)
  • project with tasks and folders
    • if there exists a folder then you can assign an effort to a task (e.g. right mouse key)
    • if you choose the 'book new effort' link (right display corner) or base board button then you can only assign an effort to a folder but not to a single task
  • edit effort
    • if the effort is assigned to a task within the folder, you can only assign the effort to that folder
    • if theres no folder, you cannot assign the effort to another task/folder
so we have three szenarios to think of.
Principially you should be able to assign an effort to whatever task/folder (within the project) you like.
So we need the same drop-down list in whatever szenario you are.

Possibilites of the values of the drop-down list:
  1. every single task/folder of the project is shown (tree-view)
  2. you can assign the effort to a task within the selected folder (but what happens, if you choose "book new effort" or base board button?)
  3. you can only assign the task via context-menu to a single task/folder
so the discussion is opened! ;)