projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f32fb3
)
CRM-14798 - caseTypeDetails.html - Display warning when changing caseType.name
author
Tim Otten
<totten@civicrm.org>
Tue, 1 Jul 2014 04:51:34 +0000
(21:51 -0700)
committer
Tim Otten
<totten@civicrm.org>
Tue, 1 Jul 2014 04:51:34 +0000
(21:51 -0700)
partials/crmCaseType/caseTypeDetails.html
patch
|
blob
|
blame
|
history
diff --git
a/partials/crmCaseType/caseTypeDetails.html
b/partials/crmCaseType/caseTypeDetails.html
index c89a5332b30058d9221eecb0cf69f239aa09421f..8e84a394523c854e168b7318313d686a299a2330 100644
(file)
--- a/
partials/crmCaseType/caseTypeDetails.html
+++ b/
partials/crmCaseType/caseTypeDetails.html
@@
-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>