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

Create lookup when there are 2+ columns that draw from same column #1344

Open
tznind opened this issue Aug 5, 2022 · 0 comments
Open

Create lookup when there are 2+ columns that draw from same column #1344

tznind opened this issue Aug 5, 2022 · 0 comments
Labels
bug Issues that highlight a piece of functionality that is not working as expected low priority

Comments

@tznind
Copy link
Contributor

tznind commented Aug 5, 2022

Describe the bug
When there are 2+ columns drawin from the same underlying column (e.g. an extraction transform) then you cannot use it in a Lookup (at least what happens is you get an Exception in SingleOrDefault)

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 CatalogueItem drawing from same ColumnInfo
  2. Attempt to create a Lookup that uses the column as foreign key
@tznind tznind added the bug Issues that highlight a piece of functionality that is not working as expected label Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that highlight a piece of functionality that is not working as expected low priority
Projects
None yet
Development

No branches or pull requests

1 participant