Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2007 at 22:54 UTC
Updated:
4 Jun 2007 at 00:13 UTC
I'm not sure why the default "view" tab now goes to node/1234/view rather than just node/1234, but it breaks some things that assume that a node view will not have any arguments after node/1234 (i.e. arg(2) == ''). The two instances I have seem are that content views are not incremented (statistics.module) and content views are not displayed (node.module?) if there is a /view argument after the nid.
So, should the view tab be changed to not append /view, or do these bugs need to be fixed individually?
Comments
Comment #1
ChrisKennedy commentedComment #2
ChrisKennedy commentedI mentioned this to chx in #drupal and he came up with a patch - posted to http://drupal.org/node/115847