Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
anoopmb
/
frappe
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
[MIN] Fix List Renderer (
#4652
)
* fixed multiple dialog render * minor fix list renderer
version-14
Achilles Rasquinha
há 7 anos
committed by
Nabin Hait
ascendente
50d7caedbb
cometimento
41d2f92cfb
1 ficheiros alterados
com
2 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-1
frappe/public/js/frappe/list/list_renderer.js
+ 2
- 1
frappe/public/js/frappe/list/list_renderer.js
Ver ficheiro
@@ -325,7 +325,8 @@ frappe.views.ListRenderer = Class.extend({
}
var link = $(this).parent().find('a.list-id').get(0);
window.location.href = link.href;
if ( link && link.href )
window.location.href = link.href;
return false;
});
},
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar