Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Resolve conflicts #122
  • Loading branch information
fabidick22 committed May 18, 2020
commit 53942651157b369d3f6f8940fea7aedba7c156ce
5 changes: 0 additions & 5 deletions time_tracker_api/time_entries/time_entries_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ def get_all(self, conditions: dict = None, **kwargs) -> list:
date_range = self.handle_date_filter_args(args=conditions)
return self.repository.find_all(event_ctx, conditions=conditions, date_range=date_range)

project_dao = projects_model.create_dao()
projects = project_dao.get_all()
add_project_name_to_time_entries(time_entries, projects)
return time_entries

def get(self, id):
event_ctx = self.create_event_context("read")
time_entry = self.repository.find(
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.