Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e35cfb25
Commit
e35cfb25
authored
Jul 22, 2012
by
johnv
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1615752
by johnv: Added Better location for report 'Fields used in Views'.
parent
8c26f947
Changes
1
Hide whitespace changes
Inline
Side-by-side
views_ui.module
View file @
e35cfb25
...
...
@@ -146,10 +146,17 @@ function views_ui_menu() {
)
+
$base
;
// A page in the Reports section to show usage of fields in all views
$items
[
'admin/reports/views-fields'
]
=
array
(
'title'
=>
'Fields used in views'
,
$items
[
'admin/reports/fields/list'
]
=
array
(
'title'
=>
'List'
,
'type'
=>
MENU_DEFAULT_LOCAL_TASK
,
'weight'
=>
-
10
,
);
$items
[
'admin/reports/fields/views-fields'
]
=
array
(
'title'
=>
'Used in views'
,
'description'
=>
'Overview of fields used in all views.'
,
'page callback'
=>
'views_ui_field_list'
,
'type'
=>
MENU_LOCAL_TASK
,
'weight'
=>
0
,
)
+
$base
;
// A page in the Reports section to show usage of plugins in all views.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment