Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select that aborts pipeline doesn't work #839

Closed
AdamNaj opened this issue Feb 23, 2017 · 1 comment
Closed

Select that aborts pipeline doesn't work #839

AdamNaj opened this issue Feb 23, 2017 · 1 comment
Assignees
Labels
-release-highlight Exciting change that should be highlighted in the release notes and celebrated by SPE fans. area-platform bug Oops! Sorry for the inconvenience.
Milestone

Comments

@AdamNaj
Copy link
Member

AdamNaj commented Feb 23, 2017

On SPE 4.4.1 execute the following:

$firstRootItem = Get-ChildItem -Path master:\ | Select -First 1

Expected result: nothing is printed out to the host. $firstRootItem has a value of master:\content item.
Actual result: master:\content item is printed to the host, $firstRootItem has a value $null.

@AdamNaj AdamNaj added -release-highlight Exciting change that should be highlighted in the release notes and celebrated by SPE fans. area-platform bug Oops! Sorry for the inconvenience. labels Feb 23, 2017
@AdamNaj AdamNaj added this to the 5.0 milestone Feb 23, 2017
@AdamNaj AdamNaj self-assigned this Feb 23, 2017
AdamNaj added a commit that referenced this issue Feb 23, 2017
@AdamNaj
Copy link
Member Author

AdamNaj commented Feb 23, 2017

Fixed.

@AdamNaj AdamNaj closed this as completed Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-release-highlight Exciting change that should be highlighted in the release notes and celebrated by SPE fans. area-platform bug Oops! Sorry for the inconvenience.
Projects
None yet
Development

No branches or pull requests

1 participant