-
Notifications
You must be signed in to change notification settings - Fork 104
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 Asset exists check for files within folders when drag and dropping. #725
Conversation
any other comments on the PR? |
Hey @cancan101, |
38e3aa5
to
c4b2cc2
Compare
c4b2cc2
to
ce9ba2a
Compare
done |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR. Sorry that it took a while!
Closes #626
The asset is not correctly resolved in the exists check if it is in a folder.
Currently, the
add-asset
endpoint is passed the directory path but theexists
endpoint is not.