jstanden / cerb

Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools. Production: https://github.com/cerb/cerb-release/
https://cerb.ai/
Other
80 stars 38 forks source link

When you change a KB category parent, the Article links to their Top category need updated #1776

Closed Hildy closed 6 months ago

Hildy commented 6 months ago

Rearranging KB Categories can leave KB Articles pointing to the wrong (or non-existent) Top Categories (which gets used for determining display in the portals). kb_article_to_category.kb_top_category_id needs updated when category structure changes.

jstanden commented 6 months ago

This is fixed in 10.4.10.

When a KB category has a change in parent, we now recalculate the root KB category for all article<->category links.