Skip to content
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

Update incident bookmark to provider value string #524

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update incident bookmark to provider value string
samad-yar-khan committed Aug 17, 2024
commit 62aef20072242b50a354ae662dc2598f30e70eb7
2 changes: 1 addition & 1 deletion backend/analytics_server/mhq/service/bookmark/bookmark.py
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ def _get_incident_service_bookmark(
id=uuid4_str(),
entity_id=service_id,
entity_type=IncidentBookmarkType.SERVICE,
provider=incident_provider,
provider=incident_provider.value,
bookmark=default_incident_bookmark,
)
return bookmark