
|
If you were logged in you would be able to see more operations.
|
|
|
|
Views filters that use a select/multiselect present 4 options as to how the filter works:
Is one of
Is not one of
Is empty (NULL)
Is not empty (NULL)
One of these should be selected by default. However, with the CiviCRM Views filters, none of them are selected - so if the user fails to select one they end up with a broken filter. This is especially true when they expose the filter as they end up with no dropdown at all.
Attached patch fixes this by ensuring that all civicrm views filters call parent::construct() in their construct() override.
|
|
Description
|
Views filters that use a select/multiselect present 4 options as to how the filter works:
Is one of
Is not one of
Is empty (NULL)
Is not empty (NULL)
One of these should be selected by default. However, with the CiviCRM Views filters, none of them are selected - so if the user fails to select one they end up with a broken filter. This is especially true when they expose the filter as they end up with no dropdown at all.
Attached patch fixes this by ensuring that all civicrm views filters call parent::construct() in their construct() override. |
Show » |
|