Skip to content

Commit

Permalink
Merge pull request #65 from sakshityagi/master
Browse files Browse the repository at this point in the history
Fixed the pivotal tracker issue #123079011 for Done cannot be clicked
  • Loading branch information
RJASeoud authored Jun 29, 2016
2 parents 58082bd + a975d21 commit a8bb9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions control/content/controllers/content.event.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
};

ContentEvent.isValidEvent = function (event) {
balanceDateTime()
if (event.isAllDay) {
// Check if start date of the event is not less than repeat event starts on date
if (event.repeat && event.repeat.isRepeating && event.repeat.startDate)
Expand Down
4 changes: 2 additions & 2 deletions control/content/templates/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<hr class="none">
<div class="item clearfix row">
<div class="labels col-md-3 padding-right-zero pull-left">
<span>End Date</span>
<span>End Date *</span>
</div>
<div class="main col-md-9 pull-right">
<input type="date"
Expand All @@ -83,7 +83,7 @@
<hr class="none">
<div class="item clearfix row" ng-if="!ContentEvent.event.data.isAllDay">
<div class="labels col-md-3 padding-right-zero pull-left">
<span>End Time</span>
<span>End Time *</span>
</div>
<div class="main col-md-9 pull-right">
<input type="time" class="form-control"
Expand Down

0 comments on commit a8bb9e2

Please sign in to comment.