CRM-14798 - caseTypeDetails.html - Display warning when changing caseType.name
authorTim Otten <totten@civicrm.org>
Tue, 1 Jul 2014 04:51:34 +0000 (21:51 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 1 Jul 2014 04:51:34 +0000 (21:51 -0700)
partials/crmCaseType/caseTypeDetails.html

index c89a5332b30058d9221eecb0cf69f239aa09421f..8e84a394523c854e168b7318313d686a299a2330 100644 (file)
@@ -39,6 +39,10 @@ The original form used table layout; don't know if we have an alternative, CSS-b
         class="big crm-form-text"/>
 
       <a crm-ui-lock binding="locks.caseTypeName"></a>
+
+      <div ng-show="caseType.id && !locks.caseTypeName">
+        <em>WARNING: If any external files or programs reference the old "Name", then they must be updated manually.</em>
+      </div>
     </td>
   </tr>
   <tr>