Configure View to use new argument validator from views url path module
This commit is contained in:
parent
14a1984085
commit
1a441937ee
2 changed files with 10 additions and 6 deletions
|
@ -109,6 +109,7 @@ module:
|
||||||
user: 0
|
user: 0
|
||||||
video_embed_field: 0
|
video_embed_field: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
views_url_path_arguments: 0
|
||||||
ds: 1
|
ds: 1
|
||||||
menu_link_content: 1
|
menu_link_content: 1
|
||||||
pathauto: 1
|
pathauto: 1
|
||||||
|
|
|
@ -240,16 +240,17 @@ display:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
default_action: default
|
default_action: 'not found'
|
||||||
exception:
|
exception:
|
||||||
value: all
|
value: all
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: All
|
title: All
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: ''
|
title: ''
|
||||||
default_argument_type: user
|
default_argument_type: views_url_path
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
user: false
|
provide_static_segments: '1'
|
||||||
|
segments: users
|
||||||
default_argument_skip_url: false
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
base_path: ''
|
base_path: ''
|
||||||
|
@ -260,11 +261,13 @@ display:
|
||||||
sort_order: asc
|
sort_order: asc
|
||||||
number_of_records: 0
|
number_of_records: 0
|
||||||
format: default_summary
|
format: default_summary
|
||||||
specify_validation: false
|
specify_validation: true
|
||||||
validate:
|
validate:
|
||||||
type: none
|
type: views_url_path
|
||||||
fail: 'not found'
|
fail: 'not found'
|
||||||
validate_options: { }
|
validate_options:
|
||||||
|
provide_static_segments: '1'
|
||||||
|
segments: users
|
||||||
break_phrase: false
|
break_phrase: false
|
||||||
not: false
|
not: false
|
||||||
entity_type: node
|
entity_type: node
|
||||||
|
|
Loading…
Add table
Reference in a new issue