From da8b6a90dfe1429b06bc7485043dad2b9d5cd610 Mon Sep 17 00:00:00 2001 From: Miki Date: Wed, 4 Jul 2018 15:00:28 -0700 Subject: [PATCH] Populate options for view create and edit (#14377) Signed-off-by: Miki --- view_create.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view_create.php b/view_create.php index 5b5c78c0b7..de743e1ffb 100644 --- a/view_create.php +++ b/view_create.php @@ -205,4 +205,7 @@ echo $template->render('view_create', [ 'text_dir' => $text_dir, 'url_params' => $url_params, 'view' => $view, + 'view_algorithm_options' => $view_algorithm_options, + 'view_with_options' => $view_with_options, + 'view_security_options' => $view_security_options, ]);