2425-ticket_descriptor_menu #447

Merged
carlosjr merged 11 commits from 2425-ticket_descriptor_menu into dev 2020-11-11 13:45:02 +00:00
Contributor
No description provided.
joan changed title from 2425-ticket_descriptor_menu to WIP: 2425-ticket_descriptor_menu 2020-11-10 06:47:32 +00:00
joan changed title from WIP: 2425-ticket_descriptor_menu to 2425-ticket_descriptor_menu 2020-11-11 06:31:12 +00:00
joan requested review from bernat 2020-11-11 08:18:48 +00:00
joan requested review from carlosjr 2020-11-11 08:18:50 +00:00
carlosjr requested changes 2020-11-11 10:34:39 +00:00
carlosjr left a comment
Contributor

just found some comments in the code

just 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"
Contributor

this doesn't look good

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);
Contributor

this doesn't look good at all xD

this doesn't look good at all xD
@ -32,0 +34,4 @@
.then(() => {
if (this.card)
this.card.reload();
// Refresh index model
Contributor

not needed?

not needed?
joan marked this conversation as resolved
carlosjr approved these changes 2020-11-11 13:05:29 +00:00
carlosjr left a comment
Contributor

LGTM

LGTM
carlosjr approved these changes 2020-11-11 13:43:04 +00:00
carlosjr left a comment
Contributor

LGTM

LGTM
carlosjr merged commit 795d371dc8 into dev 2020-11-11 13:45:02 +00:00
carlosjr deleted branch 2425-ticket_descriptor_menu 2020-11-11 13:45:09 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#447
No description provided.