fix: refs #8197 redirection #1170
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1170
Loading…
Reference in New Issue
No description provided.
Delete Branch "8197-perf_redirection"
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?
@ -45,0 +46,4 @@
const sectionValue = computed(() => $props.section ?? $props.dataKey);
const isMainSection = computed(() => {
const isSame = sectionValue.value == route.name;
if (!isSame && arrayData) {
Aixina quan no es el /list borra la busqueda que havies fet, per exemple si has buscat per id
@ -126,6 +126,7 @@ async function search() {
delete filter.params.search;
}
await arrayData.applyFilter(filter);
searchText.value = undefined;
Borra el text que hajes ficat en la searchbar despues de buscar, confirmat en Javi, es com funcionava Salix tb
@ -222,3 +222,3 @@
</div>
</div>
<FetchedTags :item="props.row.item" />
<FetchedTags :item="props.row.item" :columns="3" />
🧐
New commits pushed, approval review dismissed automatically according to repository settings