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
9bf03a6c
Commit
9bf03a6c
authored
Apr 14, 2013
by
Angie Byron
Browse files
Issue
#1969630
by Bojhan: Machine name of display, should have a field title not field description.
parent
1e406618
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
View file @
9bf03a6c
...
...
@@ -1349,7 +1349,7 @@ public function buildOptionsForm(&$form, &$form_state) {
$form
[
'#title'
]
.
=
t
(
'The machine name of this display'
);
$form
[
'display_id'
]
=
array
(
'#type'
=>
'textfield'
,
'#
description'
=>
t
(
'This is m
achine name of the display
.
'
),
'#
title'
=>
t
(
'M
achine name of the display'
),
'#default_value'
=>
!
empty
(
$this
->
display
[
'new_id'
])
?
$this
->
display
[
'new_id'
]
:
$this
->
display
[
'id'
],
'#required'
=>
TRUE
,
'#size'
=>
64
,
...
...
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