[ 
https://issues.apache.org/jira/browse/NIFI-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922820#comment-15922820
 ] 

ASF GitHub Bot commented on NIFI-3380:
--------------------------------------

Github user scottyaslan commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1585#discussion_r105746348
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
 ---
    @@ -440,6 +440,7 @@
                                                     
<include>${staging.dir}/js/nf/canvas/nf-clipboard.js</include>
                                                     
<include>${staging.dir}/js/nf/canvas/nf-custom-ui.js</include>
                                                     
<include>${staging.dir}/js/nf/canvas/nf-canvas-utils.js</include>
    +                                                
<include>${staging.dir}/js/nf/canvas/nf-component-version.js</include>
    --- End diff --
    
    I think we can move this down in the order. If you move it below the 
nf-process-group-configuration.js. then in the nfProcessGroupConfiguration 
module you can load nfComponentVersion module. If you do this then you can 
avoid having to inject the nfProcessGroupConfiguration module into the 
nfComponentVersion module in the nf-canvas-bootstrap.js.


> Multiple Versions of the Same Component
> ---------------------------------------
>
>                 Key: NIFI-3380
>                 URL: https://issues.apache.org/jira/browse/NIFI-3380
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>             Fix For: 1.2.0
>
>
> This ticket is to track the work for supporting multiple versions of the same 
> component within NiFi. The overall design for this feature is described in 
> detail at the following wiki page:
> https://cwiki.apache.org/confluence/display/NIFI/Multiple+Versions+of+the+Same+Extension
> This ticket will track only the core NiFi work, and a separate ticket will be 
> created to track enhancements for the NAR Maven Plugin.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to