|
@@ -134,6 +134,8 @@ export class CategoryService {
|
|
|
data,
|
|
data,
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ await this.refreshTagsMetadata(category.id);
|
|
|
|
|
+
|
|
|
// Schedule cache sync actions
|
|
// Schedule cache sync actions
|
|
|
// Refresh category-with-tags for this category
|
|
// Refresh category-with-tags for this category
|
|
|
await this.cacheSyncService.scheduleAction({
|
|
await this.cacheSyncService.scheduleAction({
|