Reduce grouped mark-gone refresh to summary fetch only
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-12 23:00:06 +02:00
parent 065eed9769
commit 50e147b079
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -2261,7 +2261,7 @@ export function stockListPageData(store) {
? `${item.name} was already out of stock and removed from the group.`
: `${item.name} was marked gone and removed from the group.`,
});
this.refreshLoadedViewsInBackground().catch(() => {});
this.loadGroupedEntries({ expanded: 0, background: true }).catch(() => {});
} catch (error) {
this.editErrors[item.id] = error.message || 'Mark gone failed.';
}