|
@@ -41,7 +41,7 @@ discard block |
|
|
block discarded – undo |
|
41
|
41
|
*/ |
|
42
|
42
|
function modify_entry_value_workflow_final_status( $output, $entry, $field_settings, $field ) { |
|
43
|
43
|
|
|
44
|
|
- if( ! empty( $output ) ) { |
|
|
44
|
+ if ( ! empty( $output ) ) { |
|
45
|
45
|
$output = gravity_flow()->translate_status_label( $output ); |
|
46
|
46
|
} |
|
47
|
47
|
|
|
@@ -64,7 +64,7 @@ discard block |
|
|
block discarded – undo |
|
64
|
64
|
|
|
65
|
65
|
foreach ( $search_fields as & $search_field ) { |
|
66
|
66
|
if ( $this->name === \GV\Utils::get( $search_field, 'key' ) ) { |
|
67
|
|
- $search_field['choices'] = GravityView_Plugin_Hooks_Gravity_Flow::get_status_options(); |
|
|
67
|
+ $search_field[ 'choices' ] = GravityView_Plugin_Hooks_Gravity_Flow::get_status_options(); |
|
68
|
68
|
} |
|
69
|
69
|
} |
|
70
|
70
|
|
Please login to merge, or discard this patch.