Issue #2020859 by vijaycs85, tim.plunkett: Change the occurance of 'human_name()' to 'label' in views configuration & schema.
parent
fb5b009dd1
commit
5356a24b49
|
@ -171,7 +171,7 @@ display:
|
|||
fail: 'not found'
|
||||
validate_options: { }
|
||||
plugin_id: tracker_user_uid
|
||||
human_name: 'tracker test'
|
||||
label: 'tracker test'
|
||||
module: views
|
||||
id: test_tracker_user_uid
|
||||
tag: ''
|
||||
|
|
|
@ -22,7 +22,7 @@ views.view.*:
|
|||
label: 'Base table'
|
||||
base_field:
|
||||
label: 'Base field'
|
||||
human_name:
|
||||
label:
|
||||
type: label
|
||||
label: 'Human readable name'
|
||||
core:
|
||||
|
|
|
@ -82,6 +82,6 @@ display:
|
|||
display_title: Page
|
||||
id: page_4
|
||||
position: '0'
|
||||
human_name: ''
|
||||
label: ''
|
||||
id: test_page_display_arguments
|
||||
tag: ''
|
||||
|
|
|
@ -137,6 +137,6 @@ display:
|
|||
display_title: Page
|
||||
id: page_7
|
||||
position: '0'
|
||||
human_name: ''
|
||||
label: ''
|
||||
id: test_page_display_route
|
||||
tag: ''
|
||||
|
|
|
@ -25,6 +25,6 @@ display:
|
|||
display_plugin: page
|
||||
display_title: Test page view
|
||||
id: page_1
|
||||
human_name: ''
|
||||
label: ''
|
||||
id: test_page_view
|
||||
tag: ''
|
||||
|
|
Loading…
Reference in New Issue