Populate options for view create and edit (#14377)

Signed-off-by: Miki <amoo_miki@yahoo.com>
This commit is contained in:
Miki 2018-07-04 15:00:28 -07:00 committed by Maurício Meneghini Fauth
parent c697a872a1
commit da8b6a90df

View File

@ -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,
]);