Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 16:48 UTC
Updated:
13 Jan 2012 at 10:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerCan you please explain when this appears?
For example describe what kind of view you created, provide an export etc. http://drupal.org/node/571990 has some valuable suggestions about this.
Views calls this function just once:
but there is looks fine, but OH i see the problem.
Here is a patch which does quite a lot of things
* Adds support to get a certain part of an entity via get_value();
* Adds support to get part of the value via get_value(). Therefore also take sure to add the fields to the query.
* Fix the rest of the node handlers.
Okay here is a patch.
Comment #2
FreeFox commentedWOW, quick service ;)
I have patched the dev version with your patch and ... problems gone ^^
Thanks very much dereine
Comment #3
FreeFox commentedAfter upgrade to the dev version of NOV 18 the problem is back so I restored the older version with the patch.
However, I noticed one more thing: the module editable fields is not working anymore. If I make a field in a view editable, instead of showing the editable field I see this:
1!--form-item-field_summary--0-->
(To be clear: this error is with the previous dev version with the patch.)
Attached a screenshot to visualize this. If needed I can give you access to the site.
Thanks in advance
Comment #4
kamenrs commentedI have exactly the same problem with Views-7.x-3.0-rc3
Comment #5
dawehner@freefox
Please post only one problem per issue, i will totally ignore your comment, sorry.
In general this might be first a problem of editable fields, then by views itself, so please create an issue in the editable fields issue queue.
Comment #6
dco commentedFor me and Views-7.x-3.0-rc3, the patch solved the problem.
Any idea of when the production version of views will be patched ?
Tx
David
Comment #7
dawehnerMh what do you mean with "production version of views will be patched"?
Comment #8
johnw3600 commentedHi Dereine,
I think that means 'will this appear as Views-7.x-3.0-rc4?'
Regards,
John
Comment #9
dawehnerWell it means: Please test the patch and once it's tested it will be part of the next release, but if noone tested it, it might have to wait a bit more.
Comment #10
FreeFox commentedTested on 3 sites and working fine.
Comment #11
dazz commentedTested it on latest 7.x-3.x-dev and seems to work fine
Comment #12
dawehnerSo some people tested this patch. Thanks for doing it!
Committed to 7.x-3.x
Comment #14
igalarza commentedI've experimented this bug with the 7.x-3.0 release. This version is not patched? It works fine with devel version. Regards