Hide jobs on dashboard for users with uploads page

They can see them there instead. We can tidy this up later once we’ve
migrated everyone onto having the permission.
This commit is contained in:
Chris Hill-Scott
2020-02-24 18:06:22 +00:00
parent 7157b1cee8
commit 8914755b1e
2 changed files with 37 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
{{ ajax_block(partials, updates_url, 'template-statistics', interval=5) }}
{% if current_service.immediate_jobs %}
{% if current_service.immediate_jobs and not current_service.has_permission('upload_letters') %}
{{ ajax_block(partials, updates_url, 'jobs', interval=5) }}
{{ show_more(
url_for('.view_jobs', service_id=current_service.id),