]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1562139 - "Edit Search" broken
authorKohei Yoshino <kohei.yoshino@gmail.com>
Fri, 28 Jun 2019 14:27:33 +0000 (10:27 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Fri, 28 Jun 2019 14:27:33 +0000 (10:27 -0400)
template/en/default/search/custom-search.html.tmpl

index 25ba41c0f5a568e18cdc4f789cd404f4c30f5e1a..a7989a586c10a731127af2925b2b57587f1baeb7 100644 (file)
@@ -11,8 +11,8 @@
 PROCESS "global/field-descs.none.tmpl";
 
 _initial = {
-  j_top       => initial.j_top.0 || "AND",
-  conditions  => initial.custom_search || [],
+  j_top       => default.j_top.0 || "AND",
+  conditions  => default.custom_search || [],
 };
 
 _fields = [];