Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.5, 4.4.0
-
Fix Version/s: 4.4.0
-
Component/s: Drupal Integration Modules
-
Labels:
Description
Views has an argument handler for strings that contains a number of useful tools, most notably "Glossary Mode" for using the argument "A" to return all values starting with that letter. However, practically none of the CiviCRM string fields use that argument handler. This makes it difficult to do a member directory, event listing, or other view with an index on the letter.
The fix is simply changing the handler to views_handler_argument_string instead of views_handler_argument.