|
@@ 1349-1351 (lines=3) @@
|
| 1346 |
|
if ( false === $attributes['options']['filter'] || ! isset( $attributes['filter_default'] ) || ! in_array( $field, $this->filters ) ) { |
| 1347 |
|
$attributes['filter_default'] = false; |
| 1348 |
|
} |
| 1349 |
|
if ( false === $attributes['options']['filter'] || ! isset( $attributes['date_ongoing'] ) || 'date' !== $attributes['type'] || ! in_array( $field, $this->filters ) ) { |
| 1350 |
|
$attributes['date_ongoing'] = false; |
| 1351 |
|
} |
| 1352 |
|
if ( false === $attributes['options']['filter'] || ! isset( $attributes['date_ongoing'] ) || 'date' !== $attributes['type'] || ! isset( $attributes['date_ongoing_default'] ) || ! in_array( $field, $this->filters ) ) { |
| 1353 |
|
$attributes['date_ongoing_default'] = false; |
| 1354 |
|
} |
|
@@ 1352-1354 (lines=3) @@
|
| 1349 |
|
if ( false === $attributes['options']['filter'] || ! isset( $attributes['date_ongoing'] ) || 'date' !== $attributes['type'] || ! in_array( $field, $this->filters ) ) { |
| 1350 |
|
$attributes['date_ongoing'] = false; |
| 1351 |
|
} |
| 1352 |
|
if ( false === $attributes['options']['filter'] || ! isset( $attributes['date_ongoing'] ) || 'date' !== $attributes['type'] || ! isset( $attributes['date_ongoing_default'] ) || ! in_array( $field, $this->filters ) ) { |
| 1353 |
|
$attributes['date_ongoing_default'] = false; |
| 1354 |
|
} |
| 1355 |
|
if ( ! isset( $attributes['export'] ) ) { |
| 1356 |
|
$attributes['export'] = true; |
| 1357 |
|
} |