From fe73ee678b72a74876b8eff816c757f039bf2343 Mon Sep 17 00:00:00 2001
From: Aaron Herman
Date: Tue, 19 Aug 2025 09:38:32 -0700
Subject: [PATCH] fix(incident): submission form formatting changes
---
.../versions/2025-08-06_f2bce475e71b.py | 2 +-
.../src/incident/ReportSubmissionCard.vue | 40 +++++++++----------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py b/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py
index 6e04bd650e4d..de8e663235ee 100644
--- a/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py
+++ b/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py
@@ -16,7 +16,7 @@
def upgrade():
- op.add_column('project', sa.Column('suggest_security_event_over_incident', sa.Boolean(), server_default='t', nullable=True))
+ op.add_column('project', sa.Column('suggest_security_event_over_incident', sa.Boolean(), server_default='f', nullable=True))
def downgrade():
diff --git a/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue b/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue
index adfaa57099fd..8de3f3bda461 100644
--- a/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue
+++ b/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue
@@ -25,6 +25,26 @@
If you suspect an incident and need help, please fill out this form to the best of your
abilities.
+
+
+ mdi-security
+
+
+ Consider reporting as a Security Event instead
+
+ Please consider using the
+
+ Security Event reporting page
+
+ for better handling and response.
+
+
If you have additional questions, please check out the following FAQ document:
@@ -102,26 +122,6 @@
-
-
- mdi-security
-
-
- Consider reporting as a Security Event instead
-
- Please consider using the
-
- Security Event reporting page
-
- for better handling and response.
-
-