create steps redirections to dialogs

This commit is contained in:
isUnknown 2024-11-20 08:39:26 +01:00
parent 2f7a3796d2
commit e9561e85c2
7 changed files with 40 additions and 12 deletions

View file

@ -6,7 +6,7 @@ Stepname: clientBrief
----
Pdf:
Pdf: - file://s0lNtRA0Z7ybTCWG
----

View file

@ -1 +1,5 @@
<?php snippet('generic-template') ?>
<?php if ($page->pdf()->isNotEmpty()) {
go($page->parent()->url() . '?dialog=client-brief');
} else {
snippet('generic-template');
} ?>

View file

@ -0,0 +1 @@
<?php go($page->parent()->url() . '?dialog=proposal&fileIndex=0', 301) ?>

View file

@ -0,0 +1 @@
<?php go($page->parent()->parent()->url() . '?dialog=virtual-sample', 301) ?>

View file

@ -0,0 +1 @@
<?php go($page->parent()->url() . '?dialog=virtual-sample', 301) ?>