#839 el autocomplete de ticket.weekly no se puede abrir

This commit is contained in:
Gerard 2018-11-20 16:33:09 +01:00
parent 8f307b28b6
commit b006da08e3
2 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@
{{::weekly.ticket.client.name}}
</span>
</vn-td>
<vn-td>
<vn-td ng-click="$ctrl.preventNavigation($event)">
<vn-autocomplete
vn-one
field="weekly.weekDay"

View File

@ -67,6 +67,11 @@ export default class Controller {
this.$scope.popover.relocate();
}
preventNavigation(event) {
event.preventDefault();
event.stopImmediatePropagation();
}
deleteWeekly(expedition) {
this.expeditionId = expedition.id;
this.$scope.deleteWeekly.show();