mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
[STC-805] Numeric ID showing in Gitlab tab on work packages without links to issues (#23627)
https://community.openproject.org/wp/STC-805
This commit is contained in:
@@ -64,6 +64,6 @@ export class TabIssueComponent implements OnInit {
|
||||
}
|
||||
|
||||
public getEmptyText() {
|
||||
return this.I18n.t('js.gitlab_integration.tab_issue.empty',{ wp_id: this.workPackage.id });
|
||||
return this.I18n.t('js.gitlab_integration.tab_issue.empty', { wp_id: this.workPackage.displayId });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user