MantisBT: master c885ef9f

Author Committer Branch Timestamp Parent
Carlos Proensa Carlos Proensa master 2016-10-09 09:56 master b287fcd7
Changeset

Ensure filter is valid

The filter must be validated before use. Even if the filter was valid
when saved, new filter fields may have been created in the application
by the addition of plugin or custom fields.

With the addition of filter_ensure_valid_filter, the checking of
_view_type is not needed here, since it's already done in that function.

mod - manage_filter_edit_page.php Diff File
mod - return_dynamic_filters.php Diff File
mod - view_filters_page.php Diff File