Closed (fixed)
Project:
Administration Views
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 14:45 UTC
Updated:
26 Jan 2013 at 11:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damiankloip commentedLike this...
Comment #2
sunThat's an interesting question :)
Most often, I really like the contextual links, because it's often not clear which exact view + display is generating the output on a particular page.
However, the counter-argument is probably that most users don't want or need to adjust the administrative views (as long as they work).
I'm undecided. Leaning more towards removing them, but I don't really know.
Comment #3
sunI think this makes sense.
Administrative views are a bit more special, since the typical user who has access to administer views probably rather cares about "front-end" views - not so much about administrative views.
So let's do this and see how it goes. :)
Not sure whether the patch still applies, but should be easy to re-roll and commit.
Comment #4
damiankloip commentedYeah, I think this makes sense still.
Applied ok, committed to 7.x-1.x :)
Comment #5
sunHeh :)
I just looked through the commit log once more and saw that all of the views have a default value for hide_admin_links that is the opposite...? :)
Sorry for not noticing that earlier.
Comment #6
damiankloip commentedAh, yeah that can be confusing :)
The 'defaults' array in the display options dictates whether a value can be overridden, and as master display can't have contextual links turned off like some other, it will always be HERE. It basically just means this can be overridden on the current display. So I think this is correct.
EDIT: Basically, this means "Should I use the default value here, No, ok then" :)
Comment #7
damiankloip commentedComment #9
my-family commentedOnly a small note. First I didn't see contextual links in the admin_views_user view (/admin/people page). I set it to "hide" and then back in the view UI and they appeared.