Bug 32126: Fix missing div breaking the form for adding more search fields

The missing div caused a problem with the JS that controls
visibility of the list of search fields, the form and the toolbar.
With the div added, everything should now work as expected.

To test:
* Add a item search field, everything should work.
* Add a second item search field - intead of the form, you'll see an empty page.
* Apply patch.
* Add second and more search fields, all should work.
* Edit search fields.
* Delete search fields.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2022-11-15 16:06:09 +00:00 committed by Tomas Cohen Arazi
parent 8c36777547
commit dd095aa8c4
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -99,6 +99,7 @@
</tbody>
</table>
</div> <!-- /.page-section -->
</div> <!-- /#search_fields_list -->
[% ELSE %]
<h1>Item search fields</h1>
<div class="dialog message">