Skip to content

Commit

Permalink
show publish items regardless of which moduels are enabled (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron authored Dec 4, 2024
1 parent 82eab7e commit 491ca1f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ <h2>{{object}}{% debug_badge object.id %}</h2>
<a class="dropdown-item" href="{% url 'invitro:endpointcategory_update' object.pk %}">In vitro endpoint categories</a>
{% endif%}

<!-- data cleanup -->
{% if assessment.enable_data_extraction and obj_perms.edit_assessment or assessment.enable_risk_of_bias and obj_perms.edit_assessment %}
{% if obj_perms.edit_assessment %}
<div class="dropdown-divider"></div>
<span class="dropdown-header">Data cleanup views</span>
{% if assessment.enable_data_extraction %}
Expand Down

0 comments on commit 491ca1f

Please sign in to comment.