Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_contact
Commits
5d533283
Commit
5d533283
authored
Sep 09, 2019
by
Lily Yan
Browse files
Merge branch 'RT#978532-Invalid-arguments-404' into 7.x-2.x
parents
7e82ac63
d330ee93
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_ct_contact.views_default.inc
View file @
5d533283
...
...
@@ -372,6 +372,15 @@ return $probable_last_name;
$handler
->
display
->
display_options
[
'defaults'
][
'arguments'
]
=
FALSE
;
$handler
->
display
->
display_options
[
'defaults'
][
'filter_groups'
]
=
FALSE
;
$handler
->
display
->
display_options
[
'defaults'
][
'filters'
]
=
FALSE
;
/* Contextual filter: Global: Null */
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'id'
]
=
'null'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'table'
]
=
'views'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'field'
]
=
'null'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'default_argument_type'
]
=
'fixed'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'summary'
][
'number_of_records'
]
=
'0'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'summary'
][
'format'
]
=
'default_summary'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'summary_options'
][
'items_per_page'
]
=
'25'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'must_not_be'
]
=
TRUE
;
/* Filter criterion: Content: Type */
$handler
->
display
->
display_options
[
'filters'
][
'type'
][
'id'
]
=
'type'
;
$handler
->
display
->
display_options
[
'filters'
][
'type'
][
'table'
]
=
'node'
;
...
...
@@ -766,6 +775,15 @@ return $probable_last_name;
$handler
->
display
->
display_options
[
'arguments'
][
'tid'
][
'summary'
][
'format'
]
=
'default_summary'
;
$handler
->
display
->
display_options
[
'arguments'
][
'tid'
][
'summary_options'
][
'items_per_page'
]
=
'25'
;
$handler
->
display
->
display_options
[
'arguments'
][
'tid'
][
'reduce_duplicates'
]
=
TRUE
;
/* Contextual filter: Global: Null */
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'id'
]
=
'null'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'table'
]
=
'views'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'field'
]
=
'null'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'default_argument_type'
]
=
'fixed'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'summary'
][
'number_of_records'
]
=
'0'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'summary'
][
'format'
]
=
'default_summary'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'summary_options'
][
'items_per_page'
]
=
'25'
;
$handler
->
display
->
display_options
[
'arguments'
][
'null'
][
'must_not_be'
]
=
TRUE
;
$handler
->
display
->
display_options
[
'defaults'
][
'filter_groups'
]
=
FALSE
;
$handler
->
display
->
display_options
[
'defaults'
][
'filters'
]
=
FALSE
;
/* Filter criterion: Content: Type */
...
...
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