You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Charlie Meyer (JIRA)" <ji...@apache.org> on 2018/01/31 21:51:00 UTC

[jira] [Created] (NIFI-4835) Incorrect return type specified for registries/{registry-id}/buckets/{bucket-id}/flows

Charlie Meyer created NIFI-4835:
-----------------------------------

             Summary: Incorrect return type specified for registries/{registry-id}/buckets/{bucket-id}/flows
                 Key: NIFI-4835
                 URL: https://issues.apache.org/jira/browse/NIFI-4835
             Project: Apache NiFi
          Issue Type: Bug
          Components: Flow Versioning
    Affects Versions: 1.5.0
            Reporter: Charlie Meyer


On [https://github.com/apache/nifi/blob/b6117743d4c1c1a37a16ba746b9edbbdd276d69f/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/FlowResource.java#L1376]

{{response = BucketsEntity.class}}

should likely be

{{response = VersionedFlowsEntity.class}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)