Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[69640] Workpackage hierarchy breadcrumbs not clickable starting with grand parents #21536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
[69640] Workpackage hierarchy breadcrumbs not clickable starting with grand parents #21536
Changes from all commits
7304006File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 113 in frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts
[eslint] frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts#L113 <@typescript-eslint/no-unsafe-argument>(https://typescript-eslint.io/rules/no-unsafe-argument)
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-argument","severity":2,"message":"Unsafe argument of type `any` assigned to a parameter of type `string | null`.","line":113,"column":51,"nodeType":"ChainExpression","messageId":"unsafeArgument","endLine":113,"endColumn":77}Check failure on line 113 in frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts
[eslint] frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts#L113 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-member-access","severity":2,"message":"Unsafe member access .identifier on an `any` value.","line":113,"column":67,"nodeType":"Identifier","messageId":"unsafeMemberExpression","endLine":113,"endColumn":77}Check failure on line 49 in frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts
[eslint] frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts#L49 <@angular-eslint/prefer-inject>(https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-inject.md)
Raw output
{"ruleId":"@angular-eslint/prefer-inject","severity":2,"message":"Prefer using the inject() function over constructor parameter injection. Use Angular's migration schematic to automatically refactor: ng generate @angular/core:inject","line":49,"column":5,"nodeType":"TSParameterProperty","messageId":"preferInject","endLine":49,"endColumn":29}Check failure on line 50 in frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts
[eslint] frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts#L50 <@angular-eslint/prefer-inject>(https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-inject.md)
Raw output
{"ruleId":"@angular-eslint/prefer-inject","severity":2,"message":"Prefer using the inject() function over constructor parameter injection. Use Angular's migration schematic to automatically refactor: ng generate @angular/core:inject","line":50,"column":5,"nodeType":"TSParameterProperty","messageId":"preferInject","endLine":50,"endColumn":41}Check failure on line 64 in frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts
[eslint] frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts#L64 <@typescript-eslint/no-unsafe-argument>(https://typescript-eslint.io/rules/no-unsafe-argument)
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-argument","severity":2,"message":"Unsafe argument of type `any` assigned to a parameter of type `string | null`.","line":64,"column":51,"nodeType":"ChainExpression","messageId":"unsafeArgument","endLine":64,"endColumn":87}Check failure on line 64 in frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts
[eslint] frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts#L64 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-member-access","severity":2,"message":"Unsafe member access .identifier on an `any` value.","line":64,"column":77,"nodeType":"Identifier","messageId":"unsafeMemberExpression","endLine":64,"endColumn":87}Uh oh!
There was an error while loading. Please reload this page.