This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
removes culprit print statement
version-14
tunde
8 年之前
父節點
e5dc0af0e1
當前提交
f9d461e28a
共有
1 個文件被更改
,包括
0 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
frappe/desk/tags.py
+ 0
- 1
frappe/desk/tags.py
查看文件
@@ -84,7 +84,6 @@ class DocTags:
def remove(self, dn, tag):
"""remove a user tag"""
tl = self.get_tags(dn).split(',')
print(tag, filter(lambda x:x!=tag, tl))
self.update(dn, filter(lambda x:x.lower()!=tag.lower(), tl))
def remove_all(self, dn):
Write
Preview
Loading…
取消
儲存