Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2011 at 23:11 UTC
Updated:
29 May 2011 at 12:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerHere is a patch for this issue.
Comment #2
dawehnerTested this patch a bit and commited it.
Comment #4
tim.plunkettI'd normally open a new issue, but this is so specific I really thought it belonged here. Please chastise me if I was wrong.
I was snooping around for the "View" link, and finally found it buried beneath "Clone". That's fine, but there were some discrepancies in the title and the class. Attached is a patch to fix that.
But in thinking about this more, I really think "View" should be much higher up on the list. In addition, I don't think you should be able to "View" a disabled view. That is the second patch. (Which incorporates the fix from the first patch.)
Comment #5
merlinofchaos commentedHow far up does this move it? I think 'view' is a nicer default that 'clone' so I'd happily agree to move it all the way to the top.
I also agree about not being able to view disabled displays.
Comment #6
tim.plunkettThis puts it all the way at the top:
Enable
View
Clone
Delete
Disable
Undo Delete
With those being displayed according to their own conditions.
Comment #7
tim.plunkettOkay, rerolling #4, going with the patch that moves it to the top per #5.
Comment #8
dawehnerIt's much better there. Commited.