-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chore(aci): put new ui links flag back #103241
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -253,7 +253,7 @@ def incident_attachment_info( | |
|
|
||
| title_link = build_title_link(alert_rule_id, organization, workflow_engine_params) | ||
|
|
||
| elif features.has("organizations:workflow-engine-ui", organization): | ||
| elif features.has("organizations:workflow-engine-ui-links", organization): | ||
| if metric_issue_context.group is None: | ||
| raise ValueError("Group is required for workflow engine UI links") | ||
|
|
||
|
Comment on lines
253
to
259
This comment was marked as outdated.
Sorry, something went wrong.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this not the same comment as before? Bad bot. |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,7 +92,7 @@ def build_issue_alert_payload( | |
| if notification_uuid: | ||
| group_params["notification_uuid"] = notification_uuid | ||
| rule_workflow_context = {} | ||
| if features.has("organizations:workflow-engine-ui", group.project.organization): | ||
| if features.has("organizations:workflow-engine-ui-links", group.project.organization): | ||
| workflow_urls = self._get_workflow_urls(group, rules) | ||
| rule_workflow_context = { | ||
| "Triggering Workflows": ", ".join([rule.label for rule in rules]), | ||
|
Comment on lines
92
to
98
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: 🔍 Detailed AnalysisThe 💡 Suggested FixUpdate 🤖 Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. Reference_id: 2620863 |
||
|
|
||
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.
that's something different