CRM-19133 Unassigning contact subtype for a custom group causes data loss
authorfrancescbassas <francesc@babu.cat>
Wed, 27 Jul 2016 10:20:10 +0000 (12:20 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2016 10:20:10 +0000 (12:20 +0200)
templates/CRM/Custom/Form/Group.tpl

index 0b4da2b861530c581adeb8671ae48d9b590f5dd1..e80806a3dbd5c9fd230dd04c4fa618201518e302 100644 (file)
@@ -188,7 +188,7 @@ CRM.$(function($) {
     });
 
     if (warning) {
-      return confirm({/literal}'{ts escape='js'}Warning: You have chosen to remove one or more subtypes. This will cause any custom data records associated with those subtypes to be removed.{/ts}'{literal});
+      return confirm({/literal}'{ts escape='js'}Warning: You have chosen to remove one or more subtypes. This will cause any custom data records associated with those subtypes to be removed as long as the contact does not have a contact subtype still selected.{/ts}'{literal});
     }
     return true;
   });