Skip to content

Fix save hook in EnterpriseCustomerCatalogAdmin to handle updates properly when corresponding catalog does not yet exist in enterprise-catalog service

Choose a tag to compare

@adamstankiewicz adamstankiewicz released this 08 May 16:46
· 2234 commits to master since this release
eaf3dc9
  • Updated EnterpriseCustomerCatalogAdmin save hook to check if a corresponding catalog exists in the enterprise-catalog service. If it does, the save hook will update the existing catalog; otherwise, a new catalog will be created.
  • Added extra logging when syncing Enterprise Catalog data to the Enterprise Catalog Service.