Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
runat-1128988: Pass on blankIsValid to delegate children
Browse files Browse the repository at this point in the history
I'm not sure we'll ever actually need to double-remote a type, but just
in case we should pass on the data that's needed.

Signed-off-by: Joe Walker <[email protected]>
  • Loading branch information
joewalker committed Mar 17, 2015
1 parent 2071763 commit 291909e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gcli/types/delegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ exports.items = [
return {
name: 'remote',
commandName: commandName,
paramName: paramName
paramName: paramName,
blankIsValid: this.blankIsValid
};
},

Expand Down

1 comment on commit 291909e

@bgrins
Copy link

@bgrins bgrins commented on 291909e Mar 19, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.