[
'name' => 'AfAdmin_Submission_List',
'entity' => 'SavedSearch',
+ 'cleanup' => 'always',
'update' => 'unmodified',
- 'cleanup' => 'unused',
'params' => [
'version' => 4,
'values' => [
'id',
'contact_id.display_name',
'submission_date',
+ 'status_id:label',
],
],
+ 'expires_date' => NULL,
+ 'description' => NULL,
],
'match' => [
'name',
[
'name' => 'AfAdmin_Submission_List_Display',
'entity' => 'SearchDisplay',
+ 'cleanup' => 'always',
'update' => 'unmodified',
- 'cleanup' => 'unused',
'params' => [
'version' => 4,
'values' => [
'label' => E::ts('Form Submissions Table'),
'saved_search_id.name' => 'AfAdmin_Submission_List',
'type' => 'table',
- 'actions' => TRUE,
- 'acl_bypass' => FALSE,
'settings' => [
'actions' => TRUE,
'limit' => 50,
'label' => E::ts('Submission Date/Time'),
'sortable' => TRUE,
],
+ [
+ 'type' => 'field',
+ 'key' => 'status_id:label',
+ 'dataType' => 'Integer',
+ 'label' => E::ts('Submission Status'),
+ 'sortable' => TRUE,
+ ],
],
'sort' => [
[
'ASC',
],
],
+ 'placeholder' => 5,
],
+ 'acl_bypass' => FALSE,
],
'match' => [
'name',