Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This looks like a typo. The filter is put into a map with key "experimentStatus" (https://github.com/apache/airavata/blob/develop/modules/registry/registry-server/registry-api-service/src/main/java/org/apache/airavata/registry/api/service/handler/RegistryServerHandler.java#L3826) and then the ExperimentSummaryRepository is looking for an entry with key "state" (https://github.com/apache/airavata/blob/develop/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/repositories/expcatalog/ExperimentSummaryRepository.java#L106).