-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fixes 23223: Mentions from incidents/entities not showing in Notifications #23874
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
base: main
Are you sure you want to change the base?
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
1 similar comment
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
|
Describe your changes:
Problem:
Mentions made inside Incidents or Entities were not appearing in the Notifications → Mentions tab.
Root causes:
Changes made:
Removed the type = conversation filter from the Mentions API call.
Mapped type
task
toconversation
for renderingFixes #23223
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>