GitHub user AhyoungRyu opened a pull request:

    https://github.com/apache/zeppelin/pull/2156

    [HOTFOX][Branch-0.7] Fix multi dynamic select forms behaviour

    ### What is this PR for?
    This PR is same with #2154 with base branch `branch-0.7`. 
    
    Please refer to #2154's description for the details about what the problem 
is now. 
    
    
    ### What type of PR is it?
    Bug Fix & Hot Fix
    
    ### What is the Jira issue?
    N/A
    
    ### How should this be tested?
    1. Create multiple select forms 
    ```
    %md 
    My first selection is ${my selection1=1,1|2|3}
    My second selection is ${my selection2=4,4|5|6}
    ```
    
    2. Create different types of dynamic form (e.g. 1 select form + 1 checkbox)
    ```
    %md
    
    My selection is ${my selection=1,1|2|3}
    My check list is ${checkbox:checkboxTest=list1|list2, 
list1|list2|list3|list4}
    
    ```
    
    There should be `Run on selection change` menu under the paragraph control 
menu in the above cases. And the select form should appear!
    
    ### Screenshots (if appropriate)
     - When multiple select forms are created
    
![double-selectforms](https://cloud.githubusercontent.com/assets/10060731/24073573/af12ae2c-0c3c-11e7-80fa-18abe98f2dfd.gif)
    
     - When different dynamic forms are created (e.g. 1 checkbox + 1 select 
form)
    
![checkbox_selectform](https://cloud.githubusercontent.com/assets/10060731/24073578/bce7af52-0c3c-11e7-85df-c858342f7e2e.gif)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


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

    $ git pull https://github.com/AhyoungRyu/zeppelin 
branch-0.7-fix/multiDynamicFormBehaviour

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

    https://github.com/apache/zeppelin/pull/2156.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 #2156
    
----
commit c0641960b0b4878c302a97e8619150f73f80ee8a
Author: RyuAhyoung <ahyoungryu@macbook-pro-5.local>
Date:   2017-03-18T16:18:14Z

    [branch-0.7] Fix multi dynamicforms behaviour

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to