Skip to content

Commit

Permalink
WIP #264 changed dynamic plugin options to be at the bottom of the di…
Browse files Browse the repository at this point in the history
…alog
  • Loading branch information
finger563 committed Jul 21, 2018
1 parent 1994479 commit 954b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/SoftwareGenerator/configWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define([
})
.then(function(archs) {
var archConfig = self.makeArchConfig( archs );
pluginMetadata.configStructure = archConfig.concat(pluginMetadata.configStructure);
pluginMetadata.configStructure = pluginMetadata.configStructure.concat(archConfig);

var pluginDialog = new PluginConfigDialog({client: self._client});
pluginDialog.show(globalConfigStructure, pluginMetadata, prevPluginConfig, callback);
Expand Down

0 comments on commit 954b03e

Please sign in to comment.