Remove redundant input from search form
authorEddie Greiner-Petter <git@eddie-sh.de>
Sat, 4 Mar 2017 00:27:51 +0000 (01:27 +0100)
committerEddie Greiner-Petter <git@eddie-sh.de>
Sat, 4 Mar 2017 00:41:19 +0000 (01:41 +0100)
commitd6709386bfee2c20231e6bb543fc46659aed54b1
treeefe7e94cca1a2112b632e2d8cedd8ae752d5d257
parentd657b1706621e2272ad40f4fe566854f82980c03
Remove redundant input from search form

A hidden input 'profile' gets added within the search form widget no
matter what profile is loaded at the moment.  This is done in
shortDialogHtml along with a few other hidden fields. The same hidden
field is added a second time in optionsHtml if the profile 'advanced' is
run. Remove this redundance.

Bug: T158869
Change-Id: I3be598702dbe9fa2cfe0fdd6c23fe6d88477626d
includes/widget/search/SearchFormWidget.php