﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12793	jQuery error if action=None in Modeladmin	Florian Apolloner	nobody	"!jQuery only get's included if admin actions aren't None, but there is still some javascript injected into the page which tries to use !jQuery:
{{{
<script type=""text/javascript"">
(function($) {
    $(document).ready(function($) {
        $(""tr input.action-select"").actions();
    });
})(jQuery.noConflict());
</script>
}}}"		closed	contrib.admin	dev		fixed		Jannis Leidel	Unreviewed	0	0	0	0	0	0
