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(core): fix empty runtimeContext check #1435

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Dec 16, 2019

What this PR does / why we need it:

Before this fix, calls to service action handlers for services with runtime dependencies in template variables would fail if an empty runtimeContext was passed to the handler, even if the service handler in question doesn't need environment variables (e.g. getServiceStatus and getServiceLogs).

Which issue(s) this PR fixes:

Fixes #1408.

Before this fix, calls to service action handlers for services with
runtime dependencies in template variables would fail if an empty
runtimeContext was passed, even if the service handler in question
doesn't need environment variables (e.g. getServiceStatus and
getServiceLogs).
@edvald edvald merged commit 0b2eae5 into master Dec 17, 2019
@edvald edvald deleted the fix-delete-with-runtime-dep branch December 17, 2019 10:42
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.

services with runtime task references fail on delete and log
3 participants