mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge branch 'release/10.4' into dev
This commit is contained in:
@@ -510,7 +510,7 @@ export class TimeEntryCalendarComponent implements OnInit, OnDestroy, AfterViewI
|
||||
name += ` - ${this.workPackageName(entry)}`;
|
||||
}
|
||||
|
||||
return this.sanitizedValue(name) || '-';
|
||||
return name || '-';
|
||||
}
|
||||
|
||||
private workPackageName(entry:TimeEntryResource) {
|
||||
|
||||
Reference in New Issue
Block a user