summaryrefslogtreecommitdiffstats
path: root/app/view/pad.php
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-10-18 21:05:27 -0400
committerMalfurious <m@lfurio.us>2021-10-18 21:05:27 -0400
commit2b5ea48b854e4441cc89666d5c1d5fb30f8453ea (patch)
tree2a1c1d14f5d92ab56df8bb9049b77a48b5b43c5b /app/view/pad.php
parent00f0fcc8895df860aaec0421385b6be7c8d8f7db (diff)
parenta2f522583ef35e009f1f0be7086fc511d52c2b36 (diff)
downloadscrott-2b5ea48b854e4441cc89666d5c1d5fb30f8453ea.tar.gz
scrott-2b5ea48b854e4441cc89666d5c1d5fb30f8453ea.zip
Merge branch 'issue-view-improvements'
Some changes pertaining to issue management workflow enhancement * issue-view-improvements: Keep issue modal open after closing an issue Automatically call-up issue modal for newly-opened issues Add stage/guid information to issue modal title bar Add additional info / controls to issueListItem
Diffstat (limited to 'app/view/pad.php')
-rw-r--r--app/view/pad.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/pad.php b/app/view/pad.php
index 4408df2..f47b2e7 100644
--- a/app/view/pad.php
+++ b/app/view/pad.php
@@ -12,10 +12,10 @@
* For more information, please refer to UNLICENSE
*/
-require_once "model/pad.php";
require_once "view/stdpage.php";
require_once "view/datalsts.php";
require_once "view/issue.php";
+require_once "model/pad.php";
?>