Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/2141
  
    @guicaro I feel so sorry to you since it was my bad. Just created hotfix 
patch #2154 to fix below two issues that you reported.
     - Select form is not shown up when multiple dynamic forms (e.g. 2 select 
forms / 1 checkbox + 1 selectform) are in one paragraph
     - Can't see `Run on selection change` menu under the paragraph control menu
    
    It'll be appreciated if you can help me out to review #2154!
    
    BTW I tested all your test cases on my patch, most of them passed except 
`testMultipleDynamicFormsSameType`. It's because of [this 
line](https://github.com/apache/zeppelin/pull/2141/files#diff-48409cf8ca5ddb1aea1a62ada3cd091dR649).
 The expected matcher should be `"Howdy 1\nHowdy "` instead of `"Howdy \nHowdy 
"` since the paragraph runs right after the selection has been changed. (as I 
said before :D)
    
    And after you rebased, some irrelevant commits are mixed and pushed 
together in here. Could you handle them? Feel free to ping me if you're in 
trouble while you resolve it.


---
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