#7283 - fixItemDescriptor #680
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#680
Loading…
Reference in New Issue
No description provided.
Delete Branch "7283-fixItemDescriptor"
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?
@ -114,3 +114,3 @@
- refs #7355 fix roles by:carlossa
- refs #7355 fix search exprBuilder by:carlossa
- refs #7355 fix vnTable by:carlos
<<<<<<< HEAD
??
@ -401,4 +410,5 @@ es:
contentTypesInfo: Tipos de archivo permitidos {allowedContentTypes}
Generate identifier for original file: Generar identificador para archivo original
Upload file: Subir fichero
the documentation is available in paper form: Se tiene la documentación en papel
The
@ -87,3 +87,3 @@
id: Id
order: Orden
original: Original
original: Doc. física
No tiene traducción en inglés?
@ -47,23 +51,14 @@ const user = state.getUser();
const entityId = computed(() => {
return $props.id || route.params.id;
He visto que se hace en muchos sitios asi, pero si quieres un tip
const entityId = computed(() => $props.id || route.params.id);
@ -80,3 +75,3 @@
const params = {
warehouseFk: warehouseFk.value,
warehouseFk: $props.warehouseFk,
Has puesto un condicional mas abajo, no seria lo mismo que poner
$props.warehouseFk ?? user.value.warehouseFk
@ -49,3 +49,3 @@
};
const { data } = await axios.get('Warehouses/findOne', { filter });
const { data } = await axios.get('Warehouses/findOne', {
Y si falla?
Poner try/catch
7283-fixItemDescriptorto #7283 - fixItemDescriptorNew commits pushed, approval review dismissed automatically according to repository settings
@ -43,50 +47,59 @@ const router = useRouter();
const { t } = useI18n();
const state = useState();
const user = state.getUser();
Esto no se usa y salta warning