Exclude search and dblog forms too

pwolanin - June 5, 2009 - 14:35
Project:Journal
Version:6.x-1.x-dev
Component:Forms
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

The list of exludded form includes those in the search block, but not the search page itself

    'search_block_form' => 0,
    'search_theme_form' => 0,
    'search_box' => 0,

    // Construct the search form.
    $output = drupal_get_form('search_form', NULL, $keys, $type);

so 'search_form' should be added to prevent the journal entry textarea from taking up half the search results page.

#1

pwolanin - June 5, 2009 - 14:54

It also appears on the dblog overview, which is similarly problematic.

#2

pwolanin - June 5, 2009 - 15:12
Status:active» needs review
AttachmentSize
exclude-more-483026-1.patch 419 bytes

#3

pwolanin - June 5, 2009 - 15:13
Title:Exclude search form too» Exclude search and dblog forms too

#4

sun - June 5, 2009 - 16:30
Status:needs review» fixed

Thanks for reporting, reviewing, and testing! Committed to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

#5

System Message - June 19, 2009 - 16:40
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.