Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge pull request
#3484
from tundebabzy/issue-9239
Can't delete TAG
#9239
version-14
Makarand Bauskar
hace 8 años
committed by
GitHub
padre
e5dc0af0e1
f9d461e28a
commit
eda35fbe6e
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
frappe/desk/tags.py
+ 0
- 1
frappe/desk/tags.py
Ver fichero
@@ -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):
Escribir
Vista previa
Cargando…
Cancelar
Guardar