enabled login_tracker, added login count in user admin views, config split system.menu.devel
This commit is contained in:
parent
5132c81582
commit
31790f5ab7
|
@ -95,6 +95,7 @@
|
||||||
"drupal/jsonrpc": "^1.x-dev",
|
"drupal/jsonrpc": "^1.x-dev",
|
||||||
"drupal/login_destination": "2.x-dev@dev",
|
"drupal/login_destination": "2.x-dev@dev",
|
||||||
"drupal/login_history": "^1.x-dev",
|
"drupal/login_history": "^1.x-dev",
|
||||||
|
"drupal/login_tracker": "^1.4",
|
||||||
"drupal/mailgun": "^1.x-dev",
|
"drupal/mailgun": "^1.x-dev",
|
||||||
"drupal/mailsystem": "^4.1",
|
"drupal/mailsystem": "^4.1",
|
||||||
"drupal/migrate_devel": "2.x-dev@dev",
|
"drupal/migrate_devel": "2.x-dev@dev",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "88d60f186b3c4b4a92843d09438fad4d",
|
"content-hash": "b39b7f2234f15d815739981c1607eb3e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
|
@ -9812,6 +9812,50 @@
|
||||||
"issues": "https://www.drupal.org/project/issues/login_history"
|
"issues": "https://www.drupal.org/project/issues/login_history"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/login_tracker",
|
||||||
|
"version": "1.4.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/login_tracker.git",
|
||||||
|
"reference": "8.x-1.4"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/login_tracker-8.x-1.4.zip",
|
||||||
|
"reference": "8.x-1.4",
|
||||||
|
"shasum": "5385c8ca110025d97b89cb4f2cb5909c3b3f4277"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.4",
|
||||||
|
"datestamp": "1588689215",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "leewillis77",
|
||||||
|
"homepage": "https://www.drupal.org/user/1588990"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Track user logins",
|
||||||
|
"homepage": "https://www.drupal.org/project/login_tracker",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/login_tracker"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/mailgun",
|
"name": "drupal/mailgun",
|
||||||
"version": "dev-1.x",
|
"version": "dev-1.x",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- devel
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: d9ee7697-3e37-489c-a8a1-e9901529a328
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- dblog
|
||||||
|
title: 'Remove expired log messages and flood control events'
|
||||||
|
id: dblog_cron
|
||||||
|
weight: 0
|
||||||
|
module: dblog
|
||||||
|
callback: dblog_cron
|
||||||
|
scheduler:
|
||||||
|
id: simple
|
||||||
|
launcher:
|
||||||
|
id: serial
|
||||||
|
logger:
|
||||||
|
id: database
|
|
@ -19,7 +19,8 @@ module:
|
||||||
workflow_ui: 0
|
workflow_ui: 0
|
||||||
webprofiler: 0
|
webprofiler: 0
|
||||||
theme: { }
|
theme: { }
|
||||||
blacklist: { }
|
blacklist:
|
||||||
|
- system.menu.devel
|
||||||
graylist: { }
|
graylist: { }
|
||||||
graylist_dependents: true
|
graylist_dependents: true
|
||||||
graylist_skip_equal: true
|
graylist_skip_equal: true
|
||||||
|
|
|
@ -120,6 +120,7 @@ module:
|
||||||
linkit: 0
|
linkit: 0
|
||||||
locale: 0
|
locale: 0
|
||||||
login_history: 0
|
login_history: 0
|
||||||
|
login_tracker: 0
|
||||||
mailgun: 0
|
mailgun: 0
|
||||||
maillog: 0
|
maillog: 0
|
||||||
mailsystem: 0
|
mailsystem: 0
|
||||||
|
|
|
@ -12,3 +12,4 @@ withdraw_message:
|
||||||
value: '<h2>Nous utilisons des cookies sur ce site pour améliorer votre expérience d''utilisateur.</h2><p>Vous avez consenti à l''ajout de cookies.</p>'
|
value: '<h2>Nous utilisons des cookies sur ce site pour améliorer votre expérience d''utilisateur.</h2><p>Vous avez consenti à l''ajout de cookies.</p>'
|
||||||
withdraw_action_button_label: 'Retirer le consentement'
|
withdraw_action_button_label: 'Retirer le consentement'
|
||||||
withdraw_tab_button_label: 'Paramètres de confidentialité'
|
withdraw_tab_button_label: 'Paramètres de confidentialité'
|
||||||
|
accept_all_categories_button_label: 'Accepter tous les cookies'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
label: Extraire
|
|
@ -23,7 +23,7 @@ display:
|
||||||
last: "dernier\_»"
|
last: "dernier\_»"
|
||||||
fields:
|
fields:
|
||||||
commerce_order_bulk_form:
|
commerce_order_bulk_form:
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour la sélection'
|
||||||
type:
|
type:
|
||||||
label: Type
|
label: Type
|
||||||
separator: ', '
|
separator: ', '
|
||||||
|
|
|
@ -23,7 +23,7 @@ display:
|
||||||
last: "dernier\_»"
|
last: "dernier\_»"
|
||||||
fields:
|
fields:
|
||||||
commerce_order_bulk_form:
|
commerce_order_bulk_form:
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour la sélection'
|
||||||
order_number:
|
order_number:
|
||||||
label: '#'
|
label: '#'
|
||||||
separator: ', '
|
separator: ', '
|
||||||
|
|
|
@ -23,7 +23,7 @@ display:
|
||||||
last: "dernier\_»"
|
last: "dernier\_»"
|
||||||
fields:
|
fields:
|
||||||
commerce_store_bulk_form:
|
commerce_store_bulk_form:
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour la sélection'
|
||||||
name:
|
name:
|
||||||
label: Nom
|
label: Nom
|
||||||
separator: ', '
|
separator: ', '
|
||||||
|
|
|
@ -23,7 +23,7 @@ display:
|
||||||
last: "dernier\_»"
|
last: "dernier\_»"
|
||||||
fields:
|
fields:
|
||||||
message_bulk_form_1:
|
message_bulk_form_1:
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour la sélection'
|
||||||
mid:
|
mid:
|
||||||
label: 'Identifiant (ID) du message'
|
label: 'Identifiant (ID) du message'
|
||||||
separator: ', '
|
separator: ', '
|
||||||
|
|
|
@ -23,7 +23,7 @@ display:
|
||||||
offset_label: Décalage
|
offset_label: Décalage
|
||||||
fields:
|
fields:
|
||||||
redirect_bulk_form:
|
redirect_bulk_form:
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour la sélection'
|
||||||
redirect_source__path:
|
redirect_source__path:
|
||||||
label: 'A partir de'
|
label: 'A partir de'
|
||||||
separator: ', '
|
separator: ', '
|
||||||
|
|
|
@ -19,7 +19,7 @@ display:
|
||||||
fields:
|
fields:
|
||||||
node_bulk_form:
|
node_bulk_form:
|
||||||
label: 'Formulaire des opérations en masse sur les nœuds'
|
label: 'Formulaire des opérations en masse sur les nœuds'
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour la sélection'
|
||||||
simplenews_issue:
|
simplenews_issue:
|
||||||
separator: ', '
|
separator: ', '
|
||||||
status:
|
status:
|
||||||
|
|
|
@ -132,6 +132,7 @@ permissions:
|
||||||
- 'edit terms in tags'
|
- 'edit terms in tags'
|
||||||
- 'edit terms in thesaurus'
|
- 'edit terms in thesaurus'
|
||||||
- 'edit terms_of_services config page entity'
|
- 'edit terms_of_services config page entity'
|
||||||
|
- excluded_from_login_tracking
|
||||||
- 'execute entity:save_action menu_link_content'
|
- 'execute entity:save_action menu_link_content'
|
||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
- 'execute entity:save_action taxonomy_term'
|
- 'execute entity:save_action taxonomy_term'
|
||||||
|
|
|
@ -37,6 +37,8 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- address
|
- address
|
||||||
- commerce_tax
|
- commerce_tax
|
||||||
|
- login_history
|
||||||
|
- login_tracker
|
||||||
- options
|
- options
|
||||||
- pagerer
|
- pagerer
|
||||||
- profile
|
- profile
|
||||||
|
@ -114,37 +116,124 @@ display:
|
||||||
description: ''
|
description: ''
|
||||||
columns:
|
columns:
|
||||||
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
||||||
name: name
|
field_title: field_title
|
||||||
mail: mail
|
field_name: field_name
|
||||||
operations: operations
|
field_first_name: field_first_name
|
||||||
|
field_organization: field_organization
|
||||||
|
field_position: field_position
|
||||||
|
field_service: field_service
|
||||||
|
field_activity_sector: field_activity_sector
|
||||||
|
field_employee: field_employee
|
||||||
|
field_address: field_address
|
||||||
|
field_phone: field_phone
|
||||||
|
field_email: field_email
|
||||||
|
field_naf: field_naf
|
||||||
|
field_siret: field_siret
|
||||||
|
field_vat_number_intra_ce: field_vat_number_intra_ce
|
||||||
roles_target_id: roles_target_id
|
roles_target_id: roles_target_id
|
||||||
field_member_type: field_member_type
|
status: status
|
||||||
field_company: field_company
|
|
||||||
field_showroom: field_showroom
|
|
||||||
access: access
|
access: access
|
||||||
created: created
|
record_id: record_id
|
||||||
field_memo: field_memo
|
|
||||||
info:
|
info:
|
||||||
views_bulk_operations_bulk_form:
|
views_bulk_operations_bulk_form:
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
name:
|
field_title:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
mail:
|
field_name:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
operations:
|
field_first_name:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_organization:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_position:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_service:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_activity_sector:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_employee:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_address:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_phone:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_email:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_naf:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_siret:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_vat_number_intra_ce:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
|
@ -156,21 +245,7 @@ display:
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
field_member_type:
|
status:
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
field_company:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
field_showroom:
|
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
|
@ -184,21 +259,14 @@ display:
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: true
|
empty_column: true
|
||||||
responsive: ''
|
responsive: ''
|
||||||
created:
|
record_id:
|
||||||
sortable: true
|
sortable: true
|
||||||
default_sort_order: desc
|
default_sort_order: desc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
field_memo:
|
default: '-1'
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
default: created
|
|
||||||
empty_table: false
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
@ -1365,7 +1433,17 @@ display:
|
||||||
plugin_id: result
|
plugin_id: result
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
relationships: { }
|
relationships:
|
||||||
|
login_history:
|
||||||
|
id: login_history
|
||||||
|
table: users
|
||||||
|
field: login_history
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: Logins
|
||||||
|
required: false
|
||||||
|
entity_type: user
|
||||||
|
plugin_id: standard
|
||||||
arguments: { }
|
arguments: { }
|
||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
|
@ -1515,6 +1593,7 @@ display:
|
||||||
operator: AND
|
operator: AND
|
||||||
groups:
|
groups:
|
||||||
1: AND
|
1: AND
|
||||||
|
group_by: true
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: 0
|
max-age: 0
|
||||||
contexts:
|
contexts:
|
||||||
|
@ -2504,6 +2583,63 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: status
|
entity_field: status
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
|
record_id:
|
||||||
|
id: record_id
|
||||||
|
table: login_tracker
|
||||||
|
field: record_id
|
||||||
|
relationship: none
|
||||||
|
group_type: count_distinct
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Login Count'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: true
|
||||||
|
empty_zero: true
|
||||||
|
hide_alter_empty: true
|
||||||
|
set_precision: false
|
||||||
|
precision: 0
|
||||||
|
decimal: .
|
||||||
|
separator: ','
|
||||||
|
format_plural: false
|
||||||
|
format_plural_string: !!binary MQNAY291bnQ=
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
plugin_id: numeric
|
||||||
defaults:
|
defaults:
|
||||||
fields: false
|
fields: false
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
|
@ -4106,6 +4242,63 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: access
|
entity_field: access
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
|
record_id:
|
||||||
|
id: record_id
|
||||||
|
table: login_tracker
|
||||||
|
field: record_id
|
||||||
|
relationship: none
|
||||||
|
group_type: count_distinct
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Login count'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: true
|
||||||
|
empty_zero: true
|
||||||
|
hide_alter_empty: true
|
||||||
|
set_precision: false
|
||||||
|
precision: 0
|
||||||
|
decimal: .
|
||||||
|
separator: ','
|
||||||
|
format_plural: false
|
||||||
|
format_plural_string: !!binary MQNAY291bnQ=
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
plugin_id: numeric
|
||||||
relationships:
|
relationships:
|
||||||
profile_type:
|
profile_type:
|
||||||
id: profile_type
|
id: profile_type
|
||||||
|
@ -5171,6 +5364,63 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: access
|
entity_field: access
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
|
record_id:
|
||||||
|
id: record_id
|
||||||
|
table: login_tracker
|
||||||
|
field: record_id
|
||||||
|
relationship: none
|
||||||
|
group_type: count_distinct
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Login Count'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: true
|
||||||
|
empty_zero: true
|
||||||
|
hide_alter_empty: true
|
||||||
|
set_precision: false
|
||||||
|
precision: 0
|
||||||
|
decimal: .
|
||||||
|
separator: ','
|
||||||
|
format_plural: false
|
||||||
|
format_plural_string: !!binary MQNAY291bnQ=
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
plugin_id: numeric
|
||||||
relationships:
|
relationships:
|
||||||
profile_type:
|
profile_type:
|
||||||
id: profile_type
|
id: profile_type
|
||||||
|
@ -6424,6 +6674,63 @@ display:
|
||||||
destination: false
|
destination: false
|
||||||
entity_type: user
|
entity_type: user
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
|
record_id:
|
||||||
|
id: record_id
|
||||||
|
table: login_tracker
|
||||||
|
field: record_id
|
||||||
|
relationship: none
|
||||||
|
group_type: count_distinct
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Login Count'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: true
|
||||||
|
empty_zero: true
|
||||||
|
hide_alter_empty: true
|
||||||
|
set_precision: false
|
||||||
|
precision: 0
|
||||||
|
decimal: .
|
||||||
|
separator: ','
|
||||||
|
format_plural: false
|
||||||
|
format_plural_string: !!binary MQNAY291bnQ=
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
plugin_id: numeric
|
||||||
relationships:
|
relationships:
|
||||||
profile_type:
|
profile_type:
|
||||||
id: profile_type
|
id: profile_type
|
||||||
|
|
Loading…
Reference in New Issue