Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Merge pull request #123 from girder/fix-general-return
Browse files Browse the repository at this point in the history
Fix general return parameters and directories.
  • Loading branch information
manthey authored Nov 10, 2020
2 parents 0d87665 + 1226c06 commit 061ff70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions slicer_cli_web/web_client/collections/WidgetCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const WidgetCollection = Backbone.Collection.extend({
case 'file':
case 'item':
case 'image':
case 'directory':
params[m.id] = m.value().id;
break;
case 'new-file':
Expand Down
2 changes: 1 addition & 1 deletion slicer_cli_web/web_client/views/ItemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SlicerUI = View.extend({
const opts = {};
this.spec = parse(xml, opts);

if (opts.outputs) {
if (opts.output) {
this._addParamFileOutput();
}

Expand Down

0 comments on commit 061ff70

Please sign in to comment.