Add hasCatalogProcessingErrors to changeset

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-10-06 10:42:53 +02:00
parent 6b4fe1fafe
commit d8fe76911c
+2
View File
@@ -8,3 +8,5 @@ Updates the `<EntitySwitch if={asyncMethod}/>` to accept asynchronous `if` funct
Adds the new `getEntityAncestors` method to `CatalogClient`.
Updates the `<EntityProcessingErrorsPanel />` to make use of the ancestry endpoint to display errors for entities further up the ancestry tree. This makes it easier to discover issues where for example the origin location has been removed or malformed.
`hasCatalogProcessingErrors()` is now changed to be asynchronous so any calls outside the already established entitySwitch need to be awaited.