소스 검색

fix: sider fix

version-14
shariquerik 3 년 전
부모
커밋
7c7eb68e4d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      frappe/public/js/frappe/list/list_view.js

+ 2
- 2
frappe/public/js/frappe/list/list_view.js 파일 보기

@@ -957,8 +957,8 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
__('Document is in draft state'),
__('Document has been submitted'),
__('Document has been cancelled')
]
const title = docstatus_description[doc.docstatus || 0]
];
const title = docstatus_description[doc.docstatus || 0];
if (indicator) {
return `<span class="indicator-pill ${indicator[1]} filterable ellipsis"
data-filter='${indicator[2]}' title='${title}'>


불러오는 중...
취소
저장