mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 06:55:28 +00:00
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();
|
affectedControllerServicesContainer.empty();
|
||||||
|
|
||||||
$('#variable-registry-affected-unauthorized-components').empty();
|
$('#variable-registry-affected-unauthorized-components').empty();
|
||||||
|
|
||||||
|
// reset the last selected variable
|
||||||
|
lastSelectedId = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user