Merge pull request #12224 from eileenmcnaughton/templates
[civicrm-core.git] / api / v3 / CustomField.php
index 43f2ce2afd40a1744903892749535629e150a6f4..32ef50f8c0b733c9aeb29018688d4c7917d2ed52 100644 (file)
@@ -243,7 +243,7 @@ SELECT count(*)
   }
 
   if (in_array($htmlType, array(
-    'Select', 'Multi-Select', 'CheckBox', 'Radio', 'AdvMulti-Select')) &&
+    'Select', 'Multi-Select', 'CheckBox', 'Radio')) &&
     !isset($errors[$fieldName])
   ) {
     $options = CRM_Core_OptionGroup::valuesByID($fieldDetails['option_group_id']);