Reference other facets via identifier #291
dLopreiato
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would help simplify my current usage if I could link facets by inserting their identifier type instead of the the whole type. Example:
would generate something similar to
The linking replaces the flagged type (
Companyabove) with a field that has the same name, but appendsIdorIdentifier(or similar to however ids are currently detected in the CRUD extenions) at the end, and has the same type asCompany.Id.Alternatively, it can have its own attribute (similar to Flatten) but instead call it
Link? I'm obviously neither tied to the name Link or nor the input method. I would appreciate any support for this type of scenario!Beta Was this translation helpful? Give feedback.
All reactions