Skip to content

Commit

Permalink
#129 Display warning in case merge dialog for merged cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 21, 2017
1 parent a6d7773 commit 3f086bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/app/views/partials/case/case.merge.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ <h3 class="modal-title">Merge Case #{{dialog.caze.caseId}}</h3>
{{dialog.caze.title}}</strong>
</div>
<div class="mv-s merge-case" ng-repeat="c in dialog.search.cases">
<div class="alert alert-warning" ng-show="c.mergeInto">
WARNING: This case has already been merged with another case
</div>
<h4>{{c.title}}</h4>
<div>
<span>
Expand Down

0 comments on commit 3f086bf

Please sign in to comment.