Closed (fixed)
Project:
Webform
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Mar 2011 at 20:12 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Exploratus commentedAs soon as I downgraded to 3.4 it started working again. I really need to be able to see how many submissions have been submitted to a specific node. I dont care about the fields, but at least the number of entries is the bare minimum. Would love to go to 3.9 cuz of additional features, but this kills some much needed functionality.
Any advice?
Comment #2
Exploratus commentedI tested it on a brand new install and it still did it. Does anybody have a clue why this is happening. Looks like a bug.
Comment #3
jarune commentedThis patch fixes the submission count bug.
A variable was missing whereby the rendering could not take place.
Comment #4
ducktape commentedI have tested this. The bug was reproducable and is fixed by the patch in #3
Comment #5
quicksketchThanks guys. This patch still needed a little work in that you should use $values->{$this->aliases['type']} instead of $values->node_type (in case there are multiple node tables in the view, this field may be named something else).
Committed this patch to both 3.x branches.