From ec1d32f787056a56bcedf4f944a43e5d4817eff6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 31 Mar 2018 02:23:51 +0200 Subject: [PATCH] Don't cherry-pick: - if for example an employee is assigned to a company (basic_data) then always link the "show basic data" view and not the company's website URL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/faces-config.xml | 4 ++++ .../receipt_item/admin_receipt_item_list.xhtml | 16 ++++------------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 54ed8dc8..43aeae35 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -1035,6 +1035,10 @@ admin_show_generic_product /admin/generic_product/admin_generic_product_show.xhtml + + admin_show_basic_data + /admin/basic_data/admin_basic_data_show.xhtml +