Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
frappe
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
[MIN] Fix List Renderer (
#4652
)
* fixed multiple dialog render * minor fix list renderer
version-14
Achilles Rasquinha
7 anni fa
committed by
Nabin Hait
parent
50d7caedbb
commit
41d2f92cfb
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
frappe/public/js/frappe/list/list_renderer.js
+ 2
- 1
frappe/public/js/frappe/list/list_renderer.js
Vedi File
@@ -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;
});
},
Scrivi
Anteprima
Caricamento…
Annulla
Salva