4490-transfer-tickets-between-clients #1104
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1104
Loading…
Reference in New Issue
No description provided.
Delete Branch "4490-transfer-tickets-between-clients"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -94,2 +94,4 @@
</vn-quick-link>
</div>
<div ng-transclude="btnFour">
<vn-quick-link
Esta acción debería ir en el menú del descriptor tal y como se especifica en la tarea
@ -72,0 +73,4 @@
this.$http.get(`Clients/${this.ticket.client.id}`).then(client => {
const ticket = this.ticket;
let params =
const
@ -72,0 +81,4 @@
this.$http.patch(`Tickets/${ticket.id}`, params);
this.cardReload();
Llamar a esta función desde el método then() de la llamada patch