I am using Drupal 4.7 with Views cvs, and Category module. I have a category structure as follows:
Home Management
Food Preparation
Shopping
Preparing
Cooking
Cleaning
Organizing
Financial Management
I have story-nodes under the categories Shopping, Cooking, Cleaning, and Organizing.
In my View, I have the Fields Taxonomy Term and NodeID. I have Arguments Taxonomy TermID (Display all, depth=3), and Filters Node Type (is one of: story), Sort by NodeID(ascending)
What I get for the view is:
Home Management
story title (for a story belonging to Cleaning)
Food Preparation
story title (belongs to Shopping)
Food Preparation
story title (belongs to Cooking)
Home Management
story title (belongs to Organizing)
I looked at the page source, and I seem to have a problem with the element "view_data_name":
It is as if the view_data_name is the "grandparent" node name. And the view_data_name repeats even when it is the same as the prior view_data_name. What am I doing incorrectly?
Comments
Comment #1
skcombs commentedSorry, let me reformat my question:
I am using Drupal 4.7 with Views cvs, and Category module. I have a category structure as follows:
and the results I see are:
I looked at the page source, and I seem to have a problem with the element "view_data_name":
It is as if the view_data_name is the "grandparent" node name. And the view_data_name repeats even when it is the same as the prior view_data_name. What am I doing incorrectly?
Comment #2
merlinofchaos commentedThis may be a category.module issue?
Comment #3
marcoBauli commenteduser re-posted in Category project page issues,
setting as duplicate