We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264512b commit 64338b6Copy full SHA for 64338b6
1 file changed
src/firefighter/incidents/views/views.py
@@ -148,7 +148,7 @@ class IncidentDetailView(CustomDetailView[Incident]):
148
"conversation",
149
"created_by",
150
]
151
-
+
152
# Always load post-mortem relationships to display existing data
153
# even if creation is disabled
154
try:
@@ -157,7 +157,7 @@ class IncidentDetailView(CustomDetailView[Incident]):
157
select_related.append("postmortem_for")
158
except ImportError:
159
pass
160
161
162
# Only add if jira_app is installed
163
if "firefighter.jira_app" in settings.INSTALLED_APPS:
0 commit comments