1. Attach empty view to node as a block
2. Save button is still visible

CommentFileSizeAuthor
#4 weight-savebutton-1432078-4.patch1.16 KBvladimiraus

Comments

vladimiraus’s picture

Looks like "Save" button appears unconditionally if any form elements added to the view.
http://drupal.org/node/1331858

davisben’s picture

Status: Active » Closed (won't fix)

Looks like it's an issue with Views. You can do a hook_form_alter to remove the button until that issue is resolved.

vladimiraus’s picture

Status: Closed (won't fix) » Fixed

I looked into other modules (i.e. commerce) and they all taking care of the issue themselves, so I will apply the patch.

vladimiraus’s picture

Version: 7.x-2.0-beta2 » 7.x-2.x-dev
Status: Fixed » Needs review
StatusFileSize
new1.16 KB

I looked into other modules (i.e. commerce) and they are taking care of the save button issue themselves, so I will apply the patch.

davisben’s picture

Status: Needs review » Fixed

Thanks for the patch! I committed a modified version to 7.x-2.x.

Status: Fixed » Closed (fixed)

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