Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d7a6de3d
Commit
d7a6de3d
authored
Jan 11, 2016
by
Nathaniel Catchpole
Browse files
Issue
#2642128
by GeduR: DBLog views data unused search property
parent
19e52dc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/dblog/dblog.views.inc
View file @
d7a6de3d
...
...
@@ -35,9 +35,6 @@ function dblog_views_data() {
'sort'
=>
array
(
'id'
=>
'standard'
,
),
'search'
=>
array
(
'id'
=>
'standard'
,
),
);
$data
[
'watchdog'
][
'uid'
]
=
array
(
...
...
@@ -52,9 +49,6 @@ function dblog_views_data() {
'argument'
=>
array
(
'id'
=>
'numeric'
,
),
'search'
=>
array
(
'id'
=>
'standard'
,
),
'relationship'
=>
array
(
'title'
=>
t
(
'User'
),
'help'
=>
t
(
'The user on which the log entry as written.'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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