This is now used only for visual display. The old way is still faster for permissions calculation. - the extended way will be used in permission summary showing a much more detailed permission summary for super-admins.
3 lines
231 B
Mako
3 lines
231 B
Mako
## permissions overview
|
|
<%namespace name="p" file="/base/perms_summary.mako"/>
|
|
${p.perms_summary(c.perm_user.permissions_full_details, show_all=True, side_link=h.route_path('edit_user_perms_summary_json', user_id=c.user.user_id))}
|
|
|