| @@ -50,8 +50,9 @@ | ||
| 50 | 50 | 'form_id' => $form->id, |
| 51 | 51 | 'enabled_auto_delete' => Helper::isEntryAutoDeleteEnabled($form_id), |
| 52 | 52 | 'current_form_title' => $form->title, |
| 53 | 53 | 'entry_statuses' => Helper::getEntryStatuses($form_id), |
| 54 | + 'mutable_entry_statuses' => Helper::getMutableEntryStatuses($form_id), | |
| 54 | 55 | 'entries_url_base' => admin_url('admin.php?page=fluent_forms&route=entries&form_id='), |
| 55 | 56 | 'no_found_text' => __('Sorry! No entries found. All your entries will be shown here once you start getting form submissions', |
| 56 | 57 | 'fluentform'), |
| 57 | 58 | 'has_pro' => defined('FLUENTFORMPRO'), |