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

skcombs’s picture

Sorry, let me reformat my question:

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
  • and the results I see are:

    • Home Management
      • Story title belonging to Cleaning
    • Food Preparation
      • Story title belonging to Shopping
    • Food Preparation
      • Story title belonging to Cooking
    • Home Management
      • Story title belonging 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?

    merlinofchaos’s picture

    Project: Views (for Drupal 7) » Category
    Version: 6.x-2.x-dev » 4.7.x-1.x-dev
    Component: Views Data » Miscellaneous

    This may be a category.module issue?

    marcoBauli’s picture

    Status: Active » Closed (duplicate)

    user re-posted in Category project page issues,
    setting as duplicate