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:
a2e9f07
)
CRM-14798 - crmCaseType/timelineTable.html - Incl new activities in dropdown
author
Tim Otten
<totten@civicrm.org>
Fri, 27 Jun 2014 03:38:49 +0000
(20:38 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 27 Jun 2014 03:38:49 +0000
(20:38 -0700)
partials/crmCaseType/timelineTable.html
patch
|
blob
|
blame
|
history
diff --git
a/partials/crmCaseType/timelineTable.html
b/partials/crmCaseType/timelineTable.html
index e8e6de8223c5c03f58128942f79819a4b834b52a..2064f71d4294ad9148fa94be81dda8f2e0269678 100644
(file)
--- a/
partials/crmCaseType/timelineTable.html
+++ b/
partials/crmCaseType/timelineTable.html
@@
-35,7
+35,7
@@
Required vars: activitySet
ui-jq="select2"
ui-options="{dropdownAutoWidth : true}"
ng-model="activity.reference_activity"
- ng-options="actType
.name as actType.name for actType in activityTypes|orderBy:'name'
"
+ ng-options="actType
Name as actTypeName for actTypeName in activityTypeNames
"
ng-hide="activity.name == 'Open Case'"
>
</select>