Closed (fixed)
Project:
Weight
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2012 at 23:30 UTC
Updated:
7 Dec 2013 at 21:10 UTC
Jump to comment: Most recent
1. Create view exposed as block
2. Attach with a node
3. Rearrange view rows and click save
4. Redirect to home page
Comments
Comment #1
davisbenThis has been fixed and committed to 7.x-2.x.
Comment #3
michael dajewski commentedFor whatever reason - this bug reappeared again.
was committed by: Ben Davis on, Wed, 8 Feb 2012 14:47:46 +0000 (09:47 -0500)
weight_handled_field_weight.inc
line 67 insert
$form['#action'] = request_uri();Fixes the issue.
Comment #4
Pablo Gancharov commentedThanks Michael Dajewski, it worked.
Comment #5
davisbenThis fix has been committed.