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:
Matt Gilman 2017-10-26 16:35:14 -04:00 committed by Scott Aslan
parent f2bd9f87ba
commit 1625f719e6
1 changed files with 3 additions and 0 deletions

View File

@ -1536,6 +1536,9 @@
affectedControllerServicesContainer.empty();
$('#variable-registry-affected-unauthorized-components').empty();
// reset the last selected variable
lastSelectedId = null;
};
return {