From 01c4f45b77c5e40b7d9659972efd7b3ca700f086 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:07:25 -0700 Subject: [PATCH] Exclude activity from history table modal --- data/interfaces/default/history_table_modal.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/history_table_modal.html b/data/interfaces/default/history_table_modal.html index f6e9b6ed..8ed42bf5 100644 --- a/data/interfaces/default/history_table_modal.html +++ b/data/interfaces/default/history_table_modal.html @@ -57,7 +57,8 @@ user_id: "${data['user_id']}", start_date: "${data['start_date']}", media_type: "${data.get('media_type') or 'all'}", - transcode_decision: "${data.get('transcode_decision')}" + transcode_decision: "${data.get('transcode_decision')}", + include_activity: false }; } };