#7283: Fix Item module #1042
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1042
Loading…
Reference in New Issue
No description provided.
Delete Branch "Fix-Items-Module"
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?
#7283: Fix Item moduleto WIP: #7283: Fix Item moduleWIP: #7283: Fix Item moduleto #7283: Fix Item module@ -370,2 +371,4 @@
}
onMounted(() => {
stateStore.rightDrawer = true;
Diria que lo tiene q poner a true el componente que pongo el div del teleport
@ -127,7 +127,6 @@ async function search(evt) {
userParams.value = newParams;
if (!$props.showAll && !Object.values(filter).length) store.data = [];
emit('search');
Pq se quita?
revisa alex
@ -58,1 +60,4 @@
};
onMounted(async () => {
// Fill fieldFiltersValues with existent userParams
quita los comentarios de la ia
New commits pushed, approval review dismissed automatically according to repository settings
Lo demás esta ok
@ -38,3 +38,3 @@
hiddenTags: {
type: Array,
default: () => ['filter', 'or', 'and'],
default: () => ['filter', 'search', 'or', 'and'],
Esto es de hiddenTags, mantener sin
New commits pushed, approval review dismissed automatically according to repository settings