Skip to content

Commit

Permalink
Merge pull request civicrm#11473 from jitendrapurohit/CRM-21559
Browse files Browse the repository at this point in the history
CRM-21559 - Save button in Case Type not clickable
  • Loading branch information
colemanw authored and sluc23 committed Jan 10, 2018
2 parents 033ba37 + e5aea44 commit cddfe1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ang/crmCaseType/timelineTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
ui-options="{dropdownAutoWidth : true}"
ng-model="activity.reference_activity"
ng-options="activityType.name as activityType.label for activityType in activitySet.activityTypes"
ng-required="activity.name != ''"
>
<option value="">-- Case Start --</option>
</select>
Expand All @@ -51,7 +50,6 @@
type="text"
ng-pattern="/^-?[0-9]*$/"
ng-model="activity.reference_offset"
ng-required="activity.name != ''"
>
</td>
<td>
Expand All @@ -60,7 +58,6 @@
ui-options="{dropdownAutoWidth : true}"
ng-model="activity.reference_select"
ng-options="key as value for (key,value) in {newest: ts('Newest'), oldest: ts('Oldest')}"
ng-required="activity.name != ''"
>
</select>
</td>
Expand Down

0 comments on commit cddfe1a

Please sign in to comment.