----------------------------------------
* CRM-15595: Individual sub-type custom fields don't appear in online event registration
https://issues.civicrm.org/jira/browse/CRM-15595
else {
civiComponent = 'Contribution';
}
- CRM.alert(
- ts('The selected profile is using a custom field which is not assigned to the "%1" being configured.', {
- 1: civiComponent
- }),
- ts('Warning')
- );
+ CRM.alert(ts('The selected profile is using a custom field which is not assigned to the "%1" being configured.', {1: civiComponent}), ts('Warning'));
}
var view = new CRM.ProfileSelector.View({
ufGroupId: $select.val(),
case 'Case':
return 'case_1';
default:
- if (!$.isEmptyObject(CRM.contactSubTypes) &&
- ($.inArray(field_type,CRM.contactSubTypes) > -1)) {
+ if (!$.isEmptyObject(CRM.contactSubTypes) && ($.inArray(field_type,CRM.contactSubTypes) > -1)) {
return 'contact_1';
}
else {