Skip to content

Commit

Permalink
[NIFI-3358] remove duplicate calls to nfProcessGroupConfiguration.sho…
Browse files Browse the repository at this point in the history
…wConfiguration(). This closes apache#1540
  • Loading branch information
scottyaslan authored and mcgilman committed Feb 24, 2017
1 parent dfd04e6 commit fba1715
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit fba1715

Please sign in to comment.