Postponed (maintainer needs more info)
Project:
Administration Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2015 at 14:27 UTC
Updated:
18 Dec 2019 at 22:36 UTC
Jump to comment: Most recent
Comments
Comment #1
damiankloip commentedHmm, this is not really meant to work.. The system display is only for replacing existing paths. We only changed access recently due to a massive sec hole. So if a menu item exists for your item, it will use it.
Why are you using the system display to create new pages?
Comment #2
aaron.silberI actually came back here to ask about that. I'm using the system display because I didn't get enough sleep last night and in a hurry to get through the first few hours of this project!
So, for anyone stumbling upon this, 'system' displays are only to override core views (which you do through the System Path Settings area in the Advanced section of views) and I should just be using a page display with a path that begins with '/admin/' if I want to make custom admin views.
Case closed — thanks for the quick response.
Comment #3
damiankloip commentedNo problem :) But it might not be a bad idea to add some path validation in the UI to enforce that?
Comment #4
damiankloip commentedComment #5
cslevy commentedLike @damiankloip said...just replaces existing path. So If you want to use custom system displays, create them, and also create some empty pages with hook_menu. Then the path will exists and the admin_views will replace them with views.
Comment #6
damienmckennaPlease try the latest Views and Admin Views module updates, let me know if the problem persists.