You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/26 17:10:20 UTC

[jira] [Commented] (NIFI-2224) Upload template dialog does not show template name selected

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

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

GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/725

    Addressing issues surrounding Template uploading

    NIFI-2224:
    - Ensuring the template form is reset when the upload template dialog is closed.
    
    NIFI-2175:
    - Not submitting the template form is a template isn't choosen.
    
    NIFI-2176:
    - Ensuring a template is specified during creation.
    
    NIFI-2223:
    - Ensuring templates with the same name cannot be added.
    
    NIFI-2296:
    - Updating the tooltip for the upload template browse button.
    
    - Cleaning up un-used parameters to REST endpoints.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-2175

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/725.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #725
    
----
commit 32a6482662add3d41307661d93de06261054e5ff
Author: Matt Gilman <ma...@gmail.com>
Date:   2016-07-26T15:02:04Z

    NIFI-2224:
    - Ensuring the template form is reset when the upload template dialog is closed.
    NIFI-2175:
    - Not submitting the template form is a template isn't choosen.
    NIFI-2176:
    - Ensuring a template is specified during creation.
    NIFI-2223:
    - Ensuring templates with the same name cannot be added.
    NIFI-2296:
    - Updating the tooltip for the upload template browse button.
    
    - Cleaning up un-used parameters to REST endpoints.

----


> Upload template dialog does not show template name selected
> -----------------------------------------------------------
>
>                 Key: NIFI-2224
>                 URL: https://issues.apache.org/jira/browse/NIFI-2224
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>    Affects Versions: 1.0.0
>         Environment: Mac OS X; Chrome
>            Reporter: Andrew Lim
>            Assignee: Matt Gilman
>              Labels: UI
>             Fix For: 1.0.0
>
>         Attachments: NIFI-2224.mp4
>
>
> Following STRs are shown in the attached video:
> 1. Select Upload Template from operator palette
> 2. Select magnifying glass icon to browse for template
> 3. Select template '1.xml'
> 4. Select open button
> 5. Upload template dialog in NiFi shows '1.xml' as selected
> 6. Select Upload button
> 7. Template uploaded successfully
> 8. Select Upload Template from operator palette
> 9. Select magnifying glass icon to browse for template
> 10 Select template '1.xml' AGAIN
> 11. Select open button
> 12. Upload template dialog in NiFi does NOT show '1.xml' as selected
> Separate bug (NIFI-2223)
> 13.  Select Upload button
> 14. Template uploaded successfully



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)