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

Fix mongo get_load to return full mongo record instead of non-existant 'load' key #33960

Merged
merged 1 commit into from
Jun 13, 2016

Conversation

nulfox
Copy link

@nulfox nulfox commented Jun 12, 2016

What does this PR do?

Returns mongo record for jid without attempting to access non-existing 'load' key

What issues does this PR fix or reference?

Eliminate error for mongo returner that states "could not get load"

Previous Behavior

Returner gets jid load record and attempts to return non-existing 'load' key instead of the full record.

New Behavior

Return full load record from mongo

Tests written?

No

The jid load comes in directly, not as 'load' key. Should return the mongo record directly without accessing keys

…mongo record directly without accessing keys
@cachedout cachedout merged commit 68d261f into saltstack:2016.3 Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants