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

Field relationships don't support referencing multiple bundles #14

Open
TravisCarden opened this issue Jul 17, 2018 · 2 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@TravisCarden
Copy link
Contributor

You can't currently pick more than one value for the "Ref. bundle" field (target bundle for reference fields) on the "Fields" tab because Google Sheets validation doesn't support multiple dropdown selections. In the meantime, additional values can be hand typed, separated with commas. It will capture the necessary details for implementers, but the cell will get flagged as having an error, and it will break the entity relationship diagram (ERD). Obviously, though, a cleaner solution is desired longterm.

@TravisCarden TravisCarden added the bug Something isn't working label Jul 17, 2018
@greggmarshall
Copy link

Would the technique in this solve the multiple select problem (haven't had time to evaluate it)
https://gist.github.com/arthurattwell/aa5afc178624bdd6f46c2d0d28d06136

@TravisCarden
Copy link
Contributor Author

That looks like an interesting possibility, @greggmarshall. It preserves the out-of-the-box interface for the simple use case but supports the complex use case with reasonable added complexity in the UI. I like it. This will be worth looking into, time allowing.

@TravisCarden TravisCarden added the help wanted Extra attention is needed label Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants