-
Notifications
You must be signed in to change notification settings - Fork 0
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
Chore/616 notification refactoring #1135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
Integration Test Results330 tests 330 ✅ 1m 26s ⏱️ Results for commit af0d30e. ♻️ This comment has been updated with latest results. |
Unit Test Results210 tests 210 ✅ 17s ⏱️ Results for commit af0d30e. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
✅ No Dependency Check findings were found |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
import { ToastService } from '@shared/components/toasts/toast.service'; | ||
import { getTranslationContext } from '@shared/helper/notification-helper'; | ||
import { Notification, NotificationStatus } from '@shared/model/notification.model'; | ||
import { TranslationContext } from '@shared/model/translation-context.model'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
Quality Gate passed for 'Trace-X Root'Issues Measures |
Quality Gate failed for 'TX Traceability FOSS frontend'Failed conditions |
@ViewChild(AcceptNotificationModalComponent) acceptModal: AcceptNotificationModalComponent; | ||
@ViewChild(AcknowledgeNotificationModalComponent) acknowledgeModal: AcknowledgeNotificationModalComponent; | ||
@ViewChild(DeclineNotificationModalComponent) declineModal: DeclineNotificationModalComponent; | ||
@ViewChild(NotificationActionModalComponent) notificationActionModalComponent: NotificationActionModalComponent; | ||
|
||
// TODO do not delete the facade here. This will lead to a nullpointer exception within the modal call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really a TODO or just a hint?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
resolves eclipse-tractusx#616