So far anything looks fine.
I added a default flag to the "List" style to skip the warning.
Although I like the idea of the new column, I made it hidden by default. I know this will hurt you, but I am too fixed on a simple and easy layout. Most users would not really need this column and it also would tremendously slow down the rendering of the list.
For now you can enable the the column in
customize.inc.php:
from customize.inc.php
confChange('TASK_LIST_EFFORT_RELATION_COLUMN', true);
But of course we need a way to enable such columns to people who need them. Would this be in user settings? Or in team member settings? (e.g. editing a Project's team member). Or even something like a cookie setting?
tom
Thanks for you work. All changes you added to the effort list make perfect sense. Good work.
I am still scared, that you are pissed because of my latest changes to the code...