瀏覽代碼

fix: show user and docname filter on access log

version-14
Ankush Menat 3 年之前
committed by Ankush Menat
父節點
當前提交
37086c035c
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      frappe/core/doctype/access_log/access_log.json

+ 3
- 1
frappe/core/doctype/access_log/access_log.json 查看文件

@@ -36,6 +36,7 @@
"fieldname": "user",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "User ",
"options": "User",
"read_only": 1
@@ -51,6 +52,7 @@
"fieldname": "reference_document",
"fieldtype": "Data",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Reference Document",
"read_only": 1
},
@@ -129,7 +131,7 @@
}
],
"links": [],
"modified": "2022-05-03 09:34:19.337551",
"modified": "2022-06-13 05:59:26.866004",
"modified_by": "Administrator",
"module": "Core",
"name": "Access Log",


Loading…
取消
儲存