Closed (fixed)
Project:
Views Calc
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2013 at 10:50 UTC
Updated:
20 Apr 2013 at 18:40 UTC
This is in theme.inc, patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| views_calc_typo.patch | 1.18 KB | jurgenhaas |
Comments
Comment #1
jurgenhaasComment #2
emilorol commentedHi,
Thank you for the patch. Beside the error the patch fix I am still getting:
Notice: Undefined property: stdClass::$sum__field_data_field_amount_visits_produced_node_entity_type in views_calc_table_total() (line 275 of /home/account/public_html/demos/folder/sites/all/modules/views_calc/theme.inc).
Any ideas?
Comment #3
jurgenhaasI don't think this "Undefined property" is in any case related to the issue here.
Comment #4
emilorol commentedI figure out the second issue I was having was related the to fact that the module was having issue with the length of the "alias".
If having a similar issue check: http://drupal.org/node/1548552
I apply fix here: http://drupal.org/node/1548552#comment-6974168
Comment #5
jurgenhaasThis is such a simple patch and I hope it gets review and committed soon.
Comment #6
karens commentedFinally got this committed to dev. Thanks!