'label' => E::ts('Submission Status'),
'sortable' => TRUE,
],
+ [
+ 'size' => 'btn-xs',
+ 'links' => [
+ [
+ 'path' => '',
+ 'icon' => 'fa-check-square-o',
+ 'text' => E::ts('Process'),
+ 'style' => 'default',
+ 'condition' => [
+ 'status_id:label',
+ '=',
+ 'Pending',
+ ],
+ 'task' => 'process',
+ 'entity' => 'AfformSubmission',
+ 'action' => '',
+ 'join' => '',
+ 'target' => 'crm-popup',
+ ],
+ ],
+ 'type' => 'buttons',
+ 'alignment' => '',
+ ],
],
'sort' => [
[
$tasks[$entity['name']]['process'] = [
'module' => 'crmSearchTasks',
'title' => E::ts('Process Submissions'),
- 'icon' => 'fa-save',
+ 'icon' => 'fa-check-square-o',
'uiDialog' => ['templateUrl' => '~/crmSearchTasks/crmSearchTaskProcess.html'],
];