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
14540108
Commit
14540108
authored
Aug 17, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1529936
by dawehner: Remove the ability to translate paths as that's intended by Drupal.
parent
8bdcd407
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
View file @
14540108
...
...
@@ -405,7 +405,7 @@ function option_definition() {
'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
),
...
...
Write
Preview
Supports
Markdown
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