#8018 - Show fields instead null/undefined #737
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#737
Loading…
Reference in New Issue
No description provided.
Delete Branch "8018_location_label"
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?
WIP: Show fieldsto Show fieldsShow fieldsto #8018 - Show fields instead null/undefined@ -15,0 +35,4 @@
obj.city
? `${obj.city}${obj.province?.name ? `(${obj.province.name})` : ''}`
: null,
(obj) => obj.country?.name,
mostrar el pais si esta informado
@jgallego El pais se está informado correctamente si se ha indicado. Adjunto una captura de como está definido el proveedor con ciudad y countryFk
Adjunto también lo que ocurre cuando no hay pais informado
### Conclusión: en la fixture no estaba puesto el pais
Con countryFK:
Sin countryFK: