Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.19
-
Fix Version/s: 4.7.30
-
Component/s: Drupal Integration Modules
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
When selecting a website field in Drupal views, there are 2 options available : one to choose the location type and one to choose the website type.
After adding the field, views gives the following error : Unknown column 'civicrm_website.location_type_id'
The location_type_id is not used for website so we should remove the option in this context.
I think this bug was introduced by the patch of CRM-19740 (4.7.15+). Website fields were not working before this patch so we can't say it's a regression but it assumes that websites use location like emails, phones and im which is not the case.