This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3484
from tundebabzy/issue-9239
Can't delete TAG
#9239
version-14
Makarand Bauskar
8 years ago
committed by
GitHub
parent
e5dc0af0e1
f9d461e28a
commit
eda35fbe6e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
frappe/desk/tags.py
+ 0
- 1
frappe/desk/tags.py
View File
@@ -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…
Cancel
Save