Skip to content
Snippets Groups Projects
Commit e4006a35 authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

Issue #1783026 by dawehner: Fixed accesslog.views.inc integration.

parent c302b500
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -16,7 +16,7 @@
* @ingroup views_field_handlers
*
* @Plugin(
* id = "statistics_accesslog_path",
* id = "accesslog_path",
* module = "statistics"
* )
*/
......
......@@ -145,7 +145,7 @@ function statistics_views_data() {
'help' => t('Title of page visited.'),
'field' => array(
'id' => 'statistics_accesslog_path',
'id' => 'accesslog_path',
'click sortable' => TRUE,
),
'filter' => array(
......@@ -165,7 +165,7 @@ function statistics_views_data() {
'help' => t('Internal path to page visited (relative to Drupal root.)'),
'field' => array(
'id' => 'statistics_accesslog_path',
'id' => 'accesslog_path',
'click sortable' => TRUE,
),
'filter' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment