Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Views Form
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 09:14 UTC
Updated:
7 Aug 2011 at 07:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
pcambraComment #2
bojanz commentedDo we even support views forms from "empty" handlers? I thought we only supported header / footer (my memory is fuzzy on this).
The change itself sounds fine, but we should then to the same with views_form_validate(), no?
Comment #3
pcambraYeah, I was doubting about empty as well, but you're right, there's no support for forms in empty area
From views_view_has_form_elements function:
Here's the patch w/o empty area and validate support as well.
Comment #4
bojanz commentedLooks good.
Comment #5
dawehnerThis looks fine. Thanks!
Commited to 7.x-3.x and 6.x-3.x