Skip to content

Commit

Permalink
Use context var rather than removed method
Browse files Browse the repository at this point in the history
The method was removed here:
8be977883a16afd8

But the template code which used it was added in a separate PR here:
88eb7d5537a4b49d

So while each PR's tests passed, their merge didn't.
  • Loading branch information
evansd committed Jun 27, 2024
1 parent 99dcc97 commit e2ac391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{% if release_request.status.name %}
data-request-status="{{ release_request.status.name }}"
{% endif %}
{% if release_request.all_files_reviewed %}
{% if user_has_reviewed_all_files %}
data-all-files-reviewed="true"
{% endif %}
{% if release_request.all_files_approved %}
Expand Down

0 comments on commit e2ac391

Please sign in to comment.