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
Run:
Offer.joins(issue: :repo).where(repos: {uuid: proj_uuid}).unassigned
Expected behavior: only show unassigned issues in specified repository.
Actual behavior: error message that column uuid is ambiguous.
uuid
Solution: add the table name offers to the scope that defines .unassigned
offers
.unassigned
Note: This issue might exist in other scopes as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run:
Expected behavior: only show unassigned issues in specified repository.
Actual behavior: error message that column
uuid
is ambiguous.Solution: add the table name
offers
to the scope that defines.unassigned
Note: This issue might exist in other scopes as well.
The text was updated successfully, but these errors were encountered: