Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel, field_weight index and sorting. #42

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module:
ctools: 0
datetime: 0
dblog: 0
devel: 0
dynamic_page_cache: 0
editor: 0
eva: 0
Expand Down
12 changes: 12 additions & 0 deletions config/sync/devel.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_core:
default_config_hash: Aqx6J0yYT6mVqT0fbjeP4JkoL-700nmudVF5d6Pq2Yo
page_alter: false
raw_names: false
error_handlers:
1: 1
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: var_dumper
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: true
10 changes: 10 additions & 0 deletions config/sync/devel.toolbar.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_core:
default_config_hash: IQjf_ytthngZTAk_MU8-74VecArWD3G5g0oEH6PM6GA
toolbar_items:
- devel.admin_settings_link
- devel.cache_clear
- devel.container_info.service
- devel.menu_rebuild
- devel.reinstall
- devel.route_info
- devel.run_cron
4 changes: 3 additions & 1 deletion config/sync/field.storage.node.field_weight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
indexes:
value:
- value
persist_with_no_fields: false
custom_storage: false
13 changes: 13 additions & 0 deletions config/sync/system.menu.devel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 0c59c112-1c2b-4295-8c99-9f9b6f5c89d4
langcode: en
status: true
dependencies:
enforced:
module:
- devel
_core:
default_config_hash: 3V-l1uuTcyirYOGLPZV5HWaDfr02uEbWZJIwc8Byz-c
id: devel
label: Development
description: 'Links related to Devel module.'
locked: true
15 changes: 14 additions & 1 deletion config/sync/views.view.manage_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,20 @@ display:
type: tag
options: { }
empty: { }
sorts: { }
sorts:
field_weight_value:
id: field_weight_value
table: node__field_weight
field: field_weight_value
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
order: ASC
expose:
label: ''
field_identifier: ''
exposed: false
arguments:
field_member_of_target_id:
id: field_member_of_target_id
Expand Down