From 325b697fed92cb56eaa05841e03462b7b2f0c385 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 22 Oct 2018 05:08:37 -0400 Subject: pad: Render issue modals on pad view This logic instanciates an issue modal view for each issue to be accessable from a pad view. --- app/view/pad.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/view/pad.php') diff --git a/app/view/pad.php b/app/view/pad.php index cc857f6..c9f30fc 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -15,6 +15,7 @@ require_once "model/pad.php"; require_once "view/stdpage.php"; require_once "view/datalsts.php"; +require_once "view/issue.php"; ?> @@ -26,6 +27,10 @@ require_once "view/datalsts.php"; + + + + -- cgit v1.2.3