Skip to content

Commit

Permalink
fix(core): fill computed data upon loading content items
Browse files Browse the repository at this point in the history
  • Loading branch information
emirotin committed Jun 1, 2018
1 parent 469b317 commit 4e874fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/botpress/src/content/service.js
Expand Up @@ -574,6 +574,8 @@ module.exports = async ({ botfile, projectLocation, logger, ghostManager }) => {
throw new VError(err, `[Content Manager] Could not register Content Element "${file}"`)
}
}

await recomputeCategoriesMetadata()
}

/**
Expand Down

0 comments on commit 4e874fe

Please sign in to comment.