소스 검색

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({