Update to Drupal 8.0.3. For more information, see https://www.drupal.org/drupal-8.0.3-release-notes
This commit is contained in:
parent
10f9f7fbde
commit
9db4fae9a7
202 changed files with 3806 additions and 760 deletions
|
@ -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.'),
|
||||
|
|
Reference in a new issue