From 14540108158605b7d458a0ff60f3e06327ca85e7 Mon Sep 17 00:00:00 2001 From: Daniel Wehner Date: Fri, 17 Aug 2012 14:51:00 +0200 Subject: [PATCH] Issue #1529936 by dawehner: Remove the ability to translate paths as that's intended by Drupal. --- lib/Drupal/views/Plugin/views/field/FieldPluginBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php b/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php index fc4884bb09d..eaeeb247676 100644 --- a/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php +++ b/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php @@ -405,7 +405,7 @@ abstract class FieldPluginBase extends Handler { 'alter_text' => array('default' => FALSE, 'bool' => TRUE), 'text' => array('default' => '', 'translatable' => TRUE), 'make_link' => array('default' => FALSE, 'bool' => TRUE), - 'path' => array('default' => '', 'translatable' => TRUE), + 'path' => array('default' => ''), 'absolute' => array('default' => FALSE, 'bool' => TRUE), 'external' => array('default' => FALSE, 'bool' => TRUE), 'replace_spaces' => array('default' => FALSE, 'bool' => TRUE),