Skip to content

Commit

Permalink
Merge branch 'master' into feat/bulk-mark-as-done
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Mar 9, 2016
2 parents ccbef81 + 2c1bf2c commit 5f9300c
Show file tree
Hide file tree
Showing 9 changed files with 543 additions and 183 deletions.
10 changes: 10 additions & 0 deletions config/install/system.action.log_delete_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- log
id: log_delete_action
label: 'Delete log'
type: log
plugin: log_delete_action
configuration: { }
187 changes: 186 additions & 1 deletion config/install/views.view.log_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,59 @@ display:
row:
type: fields
fields:
log_bulk_form:
id: log_bulk_form
table: log
field: log_bulk_form
relationship: none
group_type: group
admin_label: ''
label: 'Log operations bulk form'
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: false
empty_zero: false
hide_alter_empty: true
action_title: 'With selection'
include_exclude: exclude
selected_actions: { }
entity_type: log
plugin_id: log_bulk_form
id:
id: id
table: log
Expand Down Expand Up @@ -189,6 +242,71 @@ display:
entity_type: log
entity_field: id
plugin_id: field
type:
id: type
table: log
field: type
relationship: none
group_type: group
admin_label: ''
label: Type
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: false
empty_zero: false
hide_alter_empty: true
click_sort_column: target_id
type: entity_reference_label
settings:
link: false
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: log
entity_field: type
plugin_id: field
name:
id: name
table: log
Expand Down Expand Up @@ -240,7 +358,7 @@ display:
click_sort_column: value
type: string
settings:
link_to_entity: false
link_to_entity: true
group_column: value
group_columns: { }
group_rows: true
Expand Down Expand Up @@ -386,6 +504,73 @@ display:
entity_type: log
entity_field: changed
plugin_id: field
done:
id: done
table: log
field: done
relationship: none
group_type: group
admin_label: ''
label: Done
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: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: boolean
settings:
format: default
format_custom_true: ''
format_custom_false: ''
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: log
entity_field: done
plugin_id: field
operations:
table: log
field: operations
Expand Down
4 changes: 4 additions & 0 deletions config/schema/log.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ condition.plugin.log_type:
type: sequence
sequence:
type: string

action.configuration.log_delete_action:
type: action_configuration_default
label: 'Delete log configuration'
Loading

0 comments on commit 5f9300c

Please sign in to comment.