Fix save hook in EnterpriseCustomerCatalogAdmin to handle updates properly when corresponding catalog does not yet exist in enterprise-catalog service
·
2234 commits
to master
since this release
- 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.