mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 12:05:22 +00:00
NIFI-6290:
- Addressing review feedback. This closes #3636 Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
parent
c6e500dfa4
commit
bfbf3b7532
@ -235,7 +235,7 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* Sets the size of the editor.
|
||||
* Sets whether the editor is read only.
|
||||
*
|
||||
* @param {boolean|string} readOnly
|
||||
*/
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user