Revert "Merge branch 'dev' into warmfix_-simplify_ticketListFilter"
gitea/salix-front/pipeline/pr-test This commit is unstable Details

This reverts commit eb04de9f3c, reversing
changes made to 8eac374f00.
This commit is contained in:
Javier Segarra 2025-03-13 12:28:40 +01:00
parent a03e9caa7a
commit 8a9d0d4125
3 changed files with 6 additions and 19 deletions

View File

@ -16,6 +16,10 @@ route:
shipped: Shipped
agencyAgreement: Agency agreement
agencyModeName: Agency route
Worker: Worker
Agency: Agency
Vehicle: Vehicle
Description: Description
hourStarted: H.Start
hourFinished: H.End
dated: Dated
@ -50,5 +54,4 @@ route:
clientFk: Client id
shipped: Preparation date
viewCmr: View CMR
downloadCmrs: Download CMRs
search: General search
downloadCmrs: Download CMRs

View File

@ -16,8 +16,6 @@ route:
ticketFk: Id ticket
routeFK: Id ruta
shipped: Fecha preparación
agencyModeName: Agencia Ruta
agencyAgreement: Agencia Acuerdo
Worker: Trabajador
Agency: Agencia
Vehicle: Vehículo
@ -57,4 +55,4 @@ route:
clientFk: Id cliente
shipped: Fecha preparación
viewCmr: Ver CMR
downloadCmrs: Descargar CMRs
downloadCmrs: Descargar CMRs

View File

@ -1,14 +0,0 @@
#!/bin/bash
find 'test/cypress/integration' \
-mindepth 1 \
-maxdepth 1 \
-type d | \
xargs -P "$1" -I {} sh -c '
echo "🔷 {}" &&
xvfb-run -a cypress run \
--headless \
--quiet \
> /dev/null
'
wait