refs #6757 fix back, fix upperCase, fix e2e back #1985

Merged
carlossa merged 7 commits from 6757-supplierMayus into dev 2024-02-06 09:31:06 +00:00
3 changed files with 2 additions and 26 deletions
Showing only changes of commit 6002c6cd7a - Show all commits

View File

@ -1,11 +0,0 @@
code: my-db
schemas:
- myt
- my_db
fixtures:
myt:
- version
- versionLog
my_db:
- table1
- table2

View File

@ -1,13 +0,0 @@
{
"name": "my-db",
"version": "1.0.0",
"author": "Me",
"description": "My database project",
"license": "GPL-3.0",
"repository": {
"type": "git"
},
"dependencies": {
"@verdnatura/myt": "^1.6.3"
}
}

View File

@ -337,5 +337,5 @@
"You already have the mailAlias": "Ya tienes este alias de correo", "You already have the mailAlias": "Ya tienes este alias de correo",
"The alias cant be modified": "Este alias de correo no puede ser modificado", "The alias cant be modified": "Este alias de correo no puede ser modificado",
"No tickets to invoice": "No hay tickets para facturar", "No tickets to invoice": "No hay tickets para facturar",
"Name should be uppercase": "Name should be uppercase" "Name should be uppercase": "El nombre debe ir en mayúscula"
carlossa marked this conversation as resolved Outdated
Outdated
Review

Traducir

Traducir
} }