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 export flow to detect thumbnail changes from the current API as opposed to the latest revision #12656

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

ashera96
Copy link
Contributor

Purpose

API thumbnail is not getting exported when the --latest tag is used with the export command. However, this behavior is only noticed when the thumbnail uploading was done post-deployment. Thereby, the deployed API had no knowledge on the thumbnail update that was made to the current API.

In order to resolve this issue, we have replaced the revisioned version with the current API state when it comes to the thumbnail extraction flow. The same applies to API products as well. This PR fixes the issue for both APIs and API Products.

@RakhithaRR RakhithaRR merged commit 66db498 into wso2:master Oct 12, 2024
7 checks passed
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.

API thumbnail is not getting updated when doing an API import --update
2 participants