Reduce grouped mark-gone refresh to summary fetch only
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user