Fix permissions wiget bug when creating new role
This commit is contained in:
parent
3819dd9469
commit
925e5e0731
|
@ -6,4 +6,15 @@
|
|||
${h.stylesheet_link(request.static_url('tailbone:static/css/perms.css'))}
|
||||
</%def>
|
||||
|
||||
<%def name="modify_this_page_vars()">
|
||||
${parent.modify_this_page_vars()}
|
||||
<script type="text/javascript">
|
||||
|
||||
// TODO: this variable name should be more dynamic (?) since this is
|
||||
// connected to (and only here b/c of) the permissions field
|
||||
TailboneFormData.showingPermissionGroup = ''
|
||||
|
||||
</script>
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
||||
|
|
Loading…
Reference in a new issue