From 24f6e9ac78af8c39b1562c6529932241e265c8ed Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 26 Jun 2014 20:12:13 -0700 Subject: [PATCH] CRM-14798 - timelineTable.html - Allow blank statuses The reference XML files include blank statuses, so XML files in the wild probably have blanks, too. We should be able to read/write real XML files. Note that for *new* activities in the timeline, the default status is "Scheduled". --- partials/crmCaseType/timelineTable.html | 1 + 1 file changed, 1 insertion(+) diff --git a/partials/crmCaseType/timelineTable.html b/partials/crmCaseType/timelineTable.html index 700ad65923..884b6ddc5f 100644 --- a/partials/crmCaseType/timelineTable.html +++ b/partials/crmCaseType/timelineTable.html @@ -25,6 +25,7 @@ Required vars: activitySet ng-model="activity.status" ng-options="actStatus.name as actStatus.name for actStatus in activityStatuses|orderBy:'name'" > + -- 2.25.1