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
0d940a4f
Commit
0d940a4f
authored
Jul 22, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1331272
by dawehner | mototribe: Added Global: View Area sorting.
parent
ab79f546
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/Plugins/views/area/View.php
View file @
0d940a4f
...
...
@@ -32,7 +32,7 @@ function options_form(&$form, &$form_state) {
$view_display
=
$this
->
view
->
name
.
':'
.
$this
->
view
->
current_display
;
$options
=
array
(
''
=>
t
(
'-Select-'
));
$options
+=
views_get_views_as_options
(
FALSE
,
'all'
,
$view_display
);
$options
+=
views_get_views_as_options
(
FALSE
,
'all'
,
$view_display
,
FALSE
,
TRUE
);
$form
[
'view_to_insert'
]
=
array
(
'#type'
=>
'select'
,
'#title'
=>
t
(
'View to insert'
),
...
...
Write
Preview
Markdown
is supported
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