hotfix: refs #8198 ensure warehouseFk is a number when set from query #1308
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1308
Loading…
Reference in New Issue
No description provided.
Delete Branch "8198-hotfix-parseQueryParam"
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?
@ -143,7 +143,7 @@ onMounted(async () => {
const fetchItemBalances = async () => await arrayDataItemBalances.fetch({});
const getBadgeAttrs = (_date) => {
const isSameDate = date.isSameDate(today.value, _date);
Es un valor estático que no cambia. Se me había olvidado quitar el .value
@ -126,3 +126,3 @@
(await axios.get('Configs/findOne')).data?.inventoried || today;
if (query.warehouseFk) ref.warehouseFk = query.warehouseFk;
if (query.warehouseFk) ref.warehouseFk = +query.warehouseFk;
Si no es del mismo tipo, no lo encuentra el desplegable