Skip to content

Commit d53aabb

Browse files
Fix Project lead visibility for org memeber like finance (#4599)
Fixes Project lead visibility for finance and other org faculty if Hide staff identity is True. Project Lead shouldn't be visible to Applicant but visible to finance even if Hide Staff Identity is True.
1 parent c740ec6 commit d53aabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/apply/projects/templates/application_projects/includes/project_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</span>
2424
{% endif %}
2525

26-
{% if not HIDE_STAFF_IDENTITY or request.user.is_apply_staff %}
26+
{% if not HIDE_STAFF_IDENTITY or request.user.is_org_faculty %}
2727
<span
2828
hx-get="{% url "apply:projects:project_lead" object.submission.id %}"
2929
hx-trigger="load, leadUpdated from:body"

0 commit comments

Comments
 (0)