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 returned entity URIs for representation entity type #329

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

BigRoy
Copy link
Contributor

@BigRoy BigRoy commented Aug 30, 2024

PR Checklist

  • This comment contains a description of changes
  • Referenced issue is linked

Description of changes

Fixes the returned entity URIs for representation entity type.

Technical details

When resolving the current URIs fail.

This fails:

ayon+entity://ayontest/asset/char_hero&product=usdMain&version=v032&representation=usd

This works:

ayon+entity://ayontest/asset/char_hero?product=usdMain&version=v032&representation=usd

It's the &. Lacking a question mark.

Additional context

@BigRoy BigRoy added the type: bug Something isn't working label Aug 30, 2024
@BigRoy BigRoy requested a review from martastain August 30, 2024 08:34
@BigRoy BigRoy changed the title Fix representation URIs Fix the returned entity URIs for representation entity type. Aug 30, 2024
@BigRoy BigRoy changed the title Fix the returned entity URIs for representation entity type. Fix returned entity URIs for representation entity type Aug 30, 2024
@martastain martastain merged commit 7770644 into ynput:develop Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants