#839 el autocomplete de ticket.weekly no se puede abrir
This commit is contained in:
parent
8f307b28b6
commit
b006da08e3
|
@ -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"
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue