ZoneList and ZoneSummary #365
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#365
Loading…
Reference in New Issue
No description provided.
Delete Branch ":feature/ZoneList"
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?
@wbuezas Faltaba modificar el ZoneCard para añadir el descriptor y la searchbar
También he movido las traducciones del archivo global al especifico
@ -183,2 +183,4 @@
max-width: 100%;
}
.mt-15 {
Mejor usar los de quasar https://quasar.dev/style/spacing/
Corregido:
0ed3cafcab
@ -37,1 +110,3 @@
});
await axios.post(`Zones/${id}/clone`);
notify(t('globals.dataSaved'), 'positive');
router.push({ name: 'ZoneBasicData', params: { id } });
La redirección debería hacerla hacia el nuevo id
Corregido:
0ed3cafcab
New commits pushed, approval review dismissed automatically according to repository settings