updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views

This commit is contained in:
Bachir Soussi Chiadmi
2018-02-09 19:50:13 +01:00
parent 9990dbd604
commit 4dca28199c
104 changed files with 8539 additions and 345 deletions
@@ -0,0 +1,55 @@
label: 'Workflow Entity history'
description: 'Enable this View to configure the history tab.'
display:
default:
display_title: Master
display_options:
exposed_form:
options:
submit_button: Apply
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
tags:
previous: ‹‹
next: ››
fields:
hid:
label: 'Transition ID'
separator: ', '
timestamp:
label: Timestamp
separator: ', '
field_name:
label: 'Field name'
separator: ', '
from_sid:
label: 'From state'
separator: ', '
to_sid:
label: 'To state'
separator: ', '
uid:
label: 'User ID'
separator: ', '
comment:
label: 'Log message'
separator: ', '
operations:
label: Operations
arguments:
entity_id:
exception:
title: All
title: 'Workflow history'
workflow_history_tab:
display_title: 'Workflow history tab'
display_options:
display_description: 'Replaces the transition list in the Workflow tab.'