From cd04c232a67f22d56a65796fd4cb687827509796 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Tue, 7 Jan 2025 18:33:55 +0100 Subject: [PATCH] custom brief > do not automatically redirect to PDF dialog if there is a PDF --- public/site/templates/client-brief.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/site/templates/client-brief.php b/public/site/templates/client-brief.php index 1ee4007..4ed6305 100644 --- a/public/site/templates/client-brief.php +++ b/public/site/templates/client-brief.php @@ -1,5 +1 @@ -pdf()->isNotEmpty()) { - go($page->parent()->url() . '?dialog=client-brief'); -} else { - snippet('generic-template'); -} ?> \ No newline at end of file + \ No newline at end of file