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 }; } };