Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
69e8d406
Commit
69e8d406
authored
Oct 06, 2011
by
kolafson
Browse files
Views fix
parent
7755e10b
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.views_default.inc
View file @
69e8d406
...
...
@@ -981,7 +981,10 @@ function uw_ct_event_views_default_views() {
$handler
->
display
->
display_options
[
'filters'
][
'uid'
][
'relationship'
]
=
'uid'
;
$handler
->
display
->
display_options
[
'filters'
][
'uid'
][
'value'
]
=
''
;
$handler
->
display
->
display_options
[
'filters'
][
'uid'
][
'group'
]
=
0
;
$handler
->
display
->
display_options
[
'path'
]
=
'admin/manage/events'
;
$handler
->
display
->
display_options
[
'path'
]
=
'admin/workbench/create/events'
;
$handler
->
display
->
display_options
[
'menu'
][
'type'
]
=
'tab'
;
$handler
->
display
->
display_options
[
'menu'
][
'title'
]
=
'Events'
;
$handler
->
display
->
display_options
[
'menu'
][
'weight'
]
=
'5'
;
/* Display: Events - Category */
$handler
=
$view
->
new_display
(
'page'
,
'Events - Category'
,
'page_2'
);
...
...
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