From 5f2c869a1c0796618438ab7c893f6d19b1589e05 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Thu, 20 Jun 2019 09:53:21 +0100 Subject: [PATCH] Show organisation breadcrumbs Added a breadcrumb link to a service's organisation to the withnav_template. This will only show if a service has an organisation and the current user is also a member of that org, or the current user is a platform admin user. Also removed a couple of unused fixtures from the client_request fixture. --- app/templates/withnav_template.html | 6 ++ tests/app/main/views/test_dashboard.py | 79 ++++++++++++++++++++++++++ tests/conftest.py | 2 - 3 files changed, 85 insertions(+), 2 deletions(-) diff --git a/app/templates/withnav_template.html b/app/templates/withnav_template.html index 4f3221103..a67546394 100644 --- a/app/templates/withnav_template.html +++ b/app/templates/withnav_template.html @@ -8,6 +8,12 @@