We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Caching mechanism can pickup the wrong attachment in some cases.
/api/v1/generators/boschiotsuite/models/org.eclipse.vorto.tutorials:RaspberryPi:1.0.0?provision=true&requestBodyOnly=true
for this generator it's for the provisioning string for the postman collection it's
so it seems to get confused with the two tags with the same name here.
We could add another query parameter to the postman option (output=postman) or ensure that it's evaluated that there are either 1 or 2 tags.
This bug could also be already fixed and the data on this specific model was just outdated.
The text was updated successfully, but these errors were encountered:
95e8b95
Merge pull request #2648 from bosch-io/2629_generator_cache_fix
b626525
Fixes #2629.
No branches or pull requests
The Caching mechanism can pickup the wrong attachment in some cases.
/api/v1/generators/boschiotsuite/models/org.eclipse.vorto.tutorials:RaspberryPi:1.0.0?provision=true&requestBodyOnly=true
for this generator it's for the provisioning string
for the postman collection it's
so it seems to get confused with the two tags with the same name here.
We could add another query parameter to the postman option (output=postman) or ensure that it's evaluated that there are either 1 or 2 tags.
This bug could also be already fixed and the data on this specific model was just outdated.
The text was updated successfully, but these errors were encountered: