Closed (fixed)
Project:
Weight
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2012 at 23:34 UTC
Updated:
23 Feb 2012 at 16:30 UTC
Jump to comment: Most recent file
1. Attach empty view to node as a block
2. Save button is still visible
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | weight-savebutton-1432078-4.patch | 1.16 KB | vladimiraus |
Comments
Comment #1
vladimirausLooks like "Save" button appears unconditionally if any form elements added to the view.
http://drupal.org/node/1331858
Comment #2
davisbenLooks like it's an issue with Views. You can do a hook_form_alter to remove the button until that issue is resolved.
Comment #3
vladimirausI looked into other modules (i.e. commerce) and they all taking care of the issue themselves, so I will apply the patch.
Comment #4
vladimirausI looked into other modules (i.e. commerce) and they are taking care of the save button issue themselves, so I will apply the patch.
Comment #5
davisbenThanks for the patch! I committed a modified version to 7.x-2.x.