stiftungswo / Dime

DimeERP - Timetracker, Offers & Invoices
MIT License
5 stars 1 forks source link

reload activites for each project in timetrack #172

Closed andyundso closed 5 years ago

andyundso commented 5 years ago

context: if we fetch all activities at once, doctrine will load their associated timeslices even we excluded it in the JMS annotations. It is possible not possible in our case to make the Activity entity unaware of its relation to the timeslices nor to rewrite the all method to prefetch the relation because Doctrine and JMS would still do the same stuff as before.

codecov[bot] commented 5 years ago

Codecov Report

Merging #172 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #172   +/-   ##
=========================================
  Coverage     72.68%   72.68%           
  Complexity     1719     1719           
=========================================
  Files           166      166           
  Lines          5206     5206           
=========================================
  Hits           3784     3784           
  Misses         1422     1422

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e878e5f...c7429f3. Read the comment docs.