Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Dec 2011 at 09:58 UTC
Updated:
20 Apr 2012 at 03:51 UTC
- Fixes install file. Wrong table name and wrong use of (un)install functions
- Replaced use of the view id with the view name (dont know why this was done in the first place?)
- Fixed term form validation
- Fix wrong taxonomy paths
| Comment | File | Size | Author |
|---|---|---|---|
| several-fixes.patch | 10.14 KB | Docc |
Comments
Comment #1
jeff.maes commentedGreat job! Thanks!
Comment #2
1800collect commentedI am getting several errors when trying your patch:
Edit: I manually applied the patch and it seems to be working fine. I'll report back if something breaks.
I had to apply another patch as I was getting an error, that wasn't related to this patch called: Notice: Trying to get property of non-object in tvi_render_view() (line 203 of
The patch that fixes it. With your patch it moved it down to line 203, while his was at line 200: http://drupal.org/node/1224784
Edit: I don't know if it is related to your patch, but I am now getting this error all of a sudden:
Notice: Undefined variable: display in tvi_get_view_info() (line 264..... of tvi.module)
Comment #3
kevinquillen commentedPushed to dev, will release in alpha2.
Comment #4
kevinquillen commented