2425-ticket_descriptor_menu #447
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#447
Loading…
Reference in New Issue
No description provided.
Delete Branch "2425-ticket_descriptor_menu"
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?
2425-ticket_descriptor_menuto WIP: 2425-ticket_descriptor_menuWIP: 2425-ticket_descriptor_menuto 2425-ticket_descriptor_menujust found some comments in the code
@ -161,2 +161,3 @@
"The nif cannot be empty": "El NIF no puede quedar en blanco",
"You need to fill sage information before you check verified data": "Debes rellenar la información de sage antes de marcar datos comprobados"
"You need to fill sage information before you check verified data": "Debes rellenar la información de sage antes de marcar datos comprobados",
"ASSIGN_ZONE_FIRST": "ASSIGN_ZONE_FIRST"
this doesn't look good
@ -29,3 +29,2 @@
$httpBackend = _$httpBackend_;
$httpBackend.whenGET(`Tickets/${ticket.id}/canHaveStowaway`).respond(true);
$httpBackend.expect('GET', `Tickets/${ticket.id}/isEditable`).respond(true);
// $httpBackend.whenGET(`Tickets/${ticket.id}/canHaveStowaway`).respond(true);
this doesn't look good at all xD
@ -32,0 +34,4 @@
.then(() => {
if (this.card)
this.card.reload();
// Refresh index model
not needed?
LGTM
LGTM