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
|
||||
video_embed_field: 0
|
||||
views_ui: 0
|
||||
views_url_path_arguments: 0
|
||||
ds: 1
|
||||
menu_link_content: 1
|
||||
pathauto: 1
|
||||
|
|
|
@ -240,16 +240,17 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: default
|
||||
default_action: 'not found'
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: user
|
||||
default_argument_type: views_url_path
|
||||
default_argument_options:
|
||||
user: false
|
||||
provide_static_segments: '1'
|
||||
segments: users
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
|
@ -260,11 +261,13 @@ display:
|
|||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
specify_validation: true
|
||||
validate:
|
||||
type: none
|
||||
type: views_url_path
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
validate_options:
|
||||
provide_static_segments: '1'
|
||||
segments: users
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: node
|
||||
|
|
Loading…
Add table
Reference in a new issue