Skip to content

Commit

Permalink
Add the new dialog the calendar widget
Browse files Browse the repository at this point in the history
  • Loading branch information
klaustopher committed Dec 17, 2024
1 parent f2e5b3e commit 7f49889
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 115 deletions.
4 changes: 4 additions & 0 deletions frontend/src/app/core/path-helper/path-helper.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ export class PathHelperService {
return `${this.staticBase}/time_entries/work_packages/${workPackageId}/time_entry_activities`;
}

public timeEntryDialog() {
return `${this.staticBase}/time_entries/dialog`;
}

public timeEntryWorkPackageDialog(workPackageId:string) {
return `${this.workPackagePath(workPackageId)}/time_entries/dialog`;
}
Expand Down
Loading

0 comments on commit 7f49889

Please sign in to comment.