[GitHub] zeppelin pull request #3042: ZEPPELIN-3560. DisplayName in dynamic forms doe...

2018-06-25 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin pull request #3042: ZEPPELIN-3560. DisplayName in dynamic forms doe...

2018-06-24 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-3560. DisplayName in dynamic forms doesn't work

### What is this PR for?

Use the displayName as the label instead of name. 


### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3560

### Screenshots (if appropriate)
Before
![screen shot 2018-06-25 at 2 03 29 
pm](https://user-images.githubusercontent.com/164491/41832928-d47c7f88-7880-11e8-920e-844828e9b1ef.png)

After
![screen shot 2018-06-25 at 2 02 55 
pm](https://user-images.githubusercontent.com/164491/41832931-d8079c6e-7880-11e8-9f7b-558a93accd4d.png)

### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?


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

$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3560

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

https://github.com/apache/zeppelin/pull/3042.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 #3042


commit 297d7032032d0bd2c9067bba8315f3e2135315af
Author: Jeff Zhang 
Date:   2018-06-25T06:04:26Z

ZEPPELIN-3560. DisplayName in dynamic forms doesn't work




---