فهرست منبع

fix(category): invoke refreshTagsMetadata after category creation

Dave 1 ماه پیش
والد
کامیت
07d339bd48
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      apps/box-mgnt-api/src/mgnt-backend/feature/category/category.service.ts

+ 2 - 0
apps/box-mgnt-api/src/mgnt-backend/feature/category/category.service.ts

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