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

index 776d541932d86e16c5b4bd745d89d76b5d84cbb3..f6da7694c7c2c222fbd864e6359028b9a59a987d 100644 (file)
         }
       });
       if ( warning ) {
-        return confirm({/literal}'{ts escape="js"}One or more contact subtypes have been de-selected from the list for this contact. Any custom data associated with de-selected subtype will be removed. Click OK to proceed, or Cancel to review your changes before saving.{/ts}'{literal});
+        return confirm({/literal}'{ts escape="js"}One or more contact subtypes have been de-selected from the list for this contact. Any custom data associated with de-selected subtype will be removed as long as the contact does not have a contact subtype still selected. Click OK to proceed, or Cancel to review your changes before saving.{/ts}'{literal});
       }
       return true;
     });