Add way to hide "view profile" helper for customer view

This commit is contained in:
Lance Edgar 2019-07-03 12:35:14 -05:00
parent e9e4d65c78
commit bb0e2fb9e9
2 changed files with 8 additions and 1 deletions

View file

@ -21,7 +21,7 @@
<%def name="object_helpers()">
${parent.object_helpers()}
% if instance.people:
% if show_profiles_helper and instance.people:
${view_profiles_helper(instance.people)}
% endif
</%def>