Closed (fixed)
Project:
Pathauto
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2009 at 09:45 UTC
Updated:
23 Jun 2010 at 05:50 UTC
Similiar to http://drupal.org/node/354096, but a separate Pathauto issues.
Ubercart provided a "catalog" vocabulary to manage products. In Pathauto, this is exposed (similar to core Forum) as it's own "Catalog path settings" fieldset for setting up aliases. However, unlike Forum, the Catalog vocabulary is also displayed under the "Taxonomy term path settings" fieldset. This means all "Catalog" terms are double aliased, which is wrong.
Believe the desired behavior is similar to Forum.
Comments
Comment #1
Island Usurper commentedThe reason the forum vocabulary doesn't show up is because Pathauto is specifically not including it. The file pathauto_taxonomy.inc uses the same hook as uc_catalog.module to set up the alias opportunities, but it doesn't look like they can be altered from a different module.
Comment #2
ahkiam commentedOkay, kicking over to pathauto to see if they can uninclude the catalog vocab similar to forum.
Comment #3
dave reidI think this would need to be provided by uc_catalog module? Can this also be re-confirmed with the lastest code (6.x-1.3)?
Comment #4
dave reidMarking as fixed due to no response.