From 60ff12b42e8c37012343bcf7619c31a7eed491b6 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 11 Sep 2015 15:12:49 +0200 Subject: [PATCH] process/show: render unbound nodes only for full tree --- application/views/scripts/process/show.phtml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/views/scripts/process/show.phtml b/application/views/scripts/process/show.phtml index e9d888b..95fc526 100644 --- a/application/views/scripts/process/show.phtml +++ b/application/views/scripts/process/show.phtml @@ -1,3 +1,8 @@ + compact): ?>
tabs ?> @@ -59,8 +64,10 @@
bp->renderHtml($this) ?> bpconfig->isLocked()): ?> +bp instanceof BusinessProcess): /* do not render when showing subtree */ ?> bp->renderUnbound($this) ?> +
render('warnings.phtml') ?>