mirror of https://github.com/apache/nifi.git
NIFI-4518:
- Ensuring the last selected variable id is reset when closing the dialog. This closes #2227 Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
parent
f2bd9f87ba
commit
1625f719e6
|
@ -1536,6 +1536,9 @@
|
|||
affectedControllerServicesContainer.empty();
|
||||
|
||||
$('#variable-registry-affected-unauthorized-components').empty();
|
||||
|
||||
// reset the last selected variable
|
||||
lastSelectedId = null;
|
||||
};
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue