Re: Work Effort Calendar Refactor

2007-09-06 Thread Adrian Crum
Jacopo, Thank you very much for the reply! If you take a look at WorkEffortServices.java around lines 301 to 318, you can see hard-coded conditions that select production run workefforts. Those conditions prevent the Work Effort calendar from displaying non production run tasks. If I add the l

Re: Work Effort Calendar Refactor

2007-09-05 Thread Jacopo Cappellato
Adrian, I think it is a good idea, but I don't think that the production runs are the only work effort selected: at least the EVENT work effort should be selected as well... The new input parameter should be probebly a List and not a String. Jacopo Adrian Crum wrote: I just noticed the Work

Work Effort Calendar Refactor

2007-09-05 Thread Adrian Crum
I just noticed the WorkEffortServices.getWorkEffortEventsByPeriod(...) method only returns work efforts related to production runs. The end result is, the work effort calendar displays only production run related events. I'd like to remove the hard-coded production run entity conditions and ins