Skip to content

Commit 9388070

Browse files
committed
Apply upgrading.txt "Improve query editing" upgrade 1.5.1 to 1.6.0.
Allows user to continue edit search query if there is an error in query. Otherwise search is lost if it is invalid (e.g. duplicate search name).
1 parent c979e16 commit 9388070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/issues/html/issue.search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
<td tal:define="value request/form/@queryname/value | nothing">
280280
<input name="@queryname" tal:attributes="value value"/>
281281
<input type="hidden" name="@old-queryname" tal:attributes="value value"/>
282+
<input type="hidden" name="@template" value="index|search"/>
282283
</td>
283284
</tr>
284285

0 commit comments

Comments
 (0)