NIFI-6290:

- Addressing review feedback.

This closes #3636

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
Matt Gilman 2019-08-30 12:22:08 -04:00 committed by Scott Aslan
parent c6e500dfa4
commit bfbf3b7532
2 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,7 @@
},
/**
* Sets the size of the editor.
* Sets whether the editor is read only.
*
* @param {boolean|string} readOnly
*/

View File

@ -315,6 +315,7 @@
var comboOptions = {
options: options,
select: function (option) {
var combo = this;
if (typeof option.value === 'undefined') {
$('#parameter-context-dialog').modal('setHeaderText', 'Add Parameter Context').modal('setButtonModel', [{
buttonText: 'Apply',