No Code Attached Yet
avatar sakiss
sakiss
28 Sep 2021

Steps to reproduce the issue

Check the file: components/com_finder/tmpl/search/default.php

There is that code:

<?php if ($this->params->get('show_search_form', 1)) : ?>
      <div id="search-form" class="com-finder__form">
	      <?php echo $this->loadTemplate('form'); ?>
      </div>
<?php endif; ?>

Though a param with the name show_search_form does not exist in com_finder.
If you are familiar with grep search, you can search the entire Joomla installation, to confirm that.

Expected result

To exist a param with that name in the component's config xml or in the menu item xml

Actual result

Not found

System information (as much as possible)

Joomla 4.0.3

Additional comments

avatar sakiss sakiss - open - 28 Sep 2021
avatar joomla-cms-bot joomla-cms-bot - change - 28 Sep 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Sep 2021
avatar sakiss sakiss - change - 28 Sep 2021
The description was changed
avatar sakiss sakiss - edited - 28 Sep 2021
avatar sakiss sakiss - change - 28 Sep 2021
The description was changed
avatar sakiss sakiss - edited - 28 Sep 2021
avatar brianteeman
brianteeman - comment - 29 Sep 2021

even joomla 3 has this code and doesnt have a parameter

avatar sakiss
sakiss - comment - 29 Sep 2021

Shouldn't get fixed, though?

avatar brianteeman
brianteeman - comment - 29 Sep 2021

of course it should

avatar brianteeman
brianteeman - comment - 4 Nov 2021

please test #35967

avatar richard67 richard67 - change - 5 Nov 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-11-05 06:49:44
Closed_By richard67
avatar richard67 richard67 - close - 5 Nov 2021
avatar richard67
richard67 - comment - 5 Nov 2021

Closing as having a pull request. Please test #35967 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment