|
|
@ -125,6 +125,10 @@ export class PathHelperService { |
|
|
|
return this.staticBase + '/time_entries/' + timeEntryIdentifier; |
|
|
|
return this.staticBase + '/time_entries/' + timeEntryIdentifier; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public timeEntryEditPath(timeEntryIdentifier:string) { |
|
|
|
|
|
|
|
return this.timeEntryPath(timeEntryIdentifier) + '/edit'; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public usersPath() { |
|
|
|
public usersPath() { |
|
|
|
return this.staticBase + '/users'; |
|
|
|
return this.staticBase + '/users'; |
|
|
|
} |
|
|
|
} |
|
|
|