Add support for toggling visibility of email profile settings
This commit is contained in:
parent
7d3f2e6bdf
commit
d52a186e12
5 changed files with 188 additions and 18 deletions
|
@ -481,7 +481,7 @@
|
|||
</%def>
|
||||
|
||||
<%def name="render_grid_component()">
|
||||
<${grid.component} :csrftoken="csrftoken"
|
||||
<${grid.component} ref="grid" :csrftoken="csrftoken"
|
||||
% if master.deletable and request.has_perm('{}.delete'.format(permission_prefix)) and master.delete_confirm == 'simple':
|
||||
@deleteActionClicked="deleteObject"
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue