[NIFI-3358] remove duplicate calls to nfProcessGroupConfiguration.showConfiguration(). This closes #1540

This commit is contained in:
Scott Aslan 2017-02-23 22:16:07 -05:00 committed by Matt Gilman
parent dfd04e638b
commit fba17159a9
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
1 changed files with 0 additions and 4 deletions

View File

@ -336,10 +336,6 @@
openConfigureOrDetailsView: function () {
var selection = nfCanvasUtils.getSelection();
if (selection.empty()) {
nfProcessGroupConfiguration.showConfiguration(nfCanvasUtils.getGroupId());
}
if (nfCanvasUtils.isConfigurable(selection)) {
nfActions.showConfiguration(selection);
} else if (nfCanvasUtils.hasDetails(selection)) {