From b57453cc3c207d9162d397a23b79c708b2e16026 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 15 Dec 2020 18:04:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=BF=87=E6=BB=A4=E4=BD=BF=E7=94=A8session?= =?UTF-8?q?=5Fid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/terminal/api/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/terminal/api/command.py b/apps/terminal/api/command.py index fdafb1baf..b1a8331d4 100644 --- a/apps/terminal/api/command.py +++ b/apps/terminal/api/command.py @@ -29,7 +29,7 @@ class CommandQueryMixin: command_store = get_command_storage() permission_classes = [IsOrgAdminOrAppUser | IsOrgAuditor] filter_fields = [ - "asset", "system_user", "user", "session", "risk_level", + "asset", "system_user", "user", "session_id", "risk_level", "input" ] default_days_ago = 5