7129-fixMigrationIssues #754
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#754
Loading…
Reference in New Issue
No description provided.
Delete Branch "7129-fixMigrationIssues"
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?
@ -84,0 +76,4 @@
<div class="list-container">
<div class="list">
<VnTable
ref="tableRef"
Hacemos operaciones sobre la tabla tipo redirect o reload?
Lo digo, por crear la variable que no tendría ninguna utilidad o quitar la propiedad
@ -0,0 +23,4 @@
const { t } = useI18n();
const { viewSummary } = useSummaryDialog();
const quasar = useQuasar();
const session = useSession();
session no se usa
@ -0,0 +310,4 @@
:row-click="false"
:create="{
urlCreate: 'Routes',
title: t('Create route'),
no lo traduce. Creo que es newRoute
@ -0,0 +375,4 @@
right: 0;
}
</style>
<i18n>
Traducciones duplicadas
Propuesta: mover al archivo yml del módulo routes
@ -215,3 +106,1 @@
icon: 'arrow_forward',
isPrimary: true,
action: (row) => navigate(row?.id),
color: 'primary',
no hace falta definirlo
@ -0,0 +225,4 @@
const cloneRoutes = () => {
if (!selectedRows.value.length || !startingDate.value) return;
axios.post('route.Routes/clone', {
Esto es un endpoint válido?
me he colado con las traducciones
Adjunto capturas de los comentarios
New commits pushed, approval review dismissed automatically according to repository settings