custom brief > do not automatically redirect to PDF dialog if there is a PDF
This commit is contained in:
parent
732c91459a
commit
cd04c232a6
1 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +1 @@
|
|||
<?php if ($page->pdf()->isNotEmpty()) {
|
||||
go($page->parent()->url() . '?dialog=client-brief');
|
||||
} else {
|
||||
snippet('generic-template');
|
||||
} ?>
|
||||
<?php snippet('generic-template') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue