-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Allow Kanban titles to use referenced data #23538
base: main
Are you sure you want to change the base?
Conversation
|
Hey @matt-rolley! Thank you for the PR! I made a couple of changes, that include fixing a regression, that would not allow normal text fields to be selected anymore and simplifying the addition of the fields necessary for rendering the display template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few notes:
- Fields that have relations only show up if they have a display template set, they should be selectable regardless if they have a display configured with a display template.
- Is this supposed to add support for only
M2O
or alsoO2M
,M2M
, andM2A
? OnlyM2O
works for me. - The styling needs some work, setting the title to be
user_created
for users who do not have a profile picture results in the default material icon being huge. - When I initially switched from the table to kanban layout, the cards did not load and instead were replaced by a red error message saying it couldn't read
textField
ofundefined
. Deselecting the title field and reselecting the same field made the error go away and the cards to load. This error only showed up on the initial time the kanban was loaded so there may need to be some logic to update existing configs? Not sure about this one.
Scope
What's changed:
Potential Risks / Drawbacks
Review Notes / Questions
Fixes #23537