Issue 52878: Attachment thumbnails from ancestor/lineage columns not rendered grids#7106
Issue 52878: Attachment thumbnails from ancestor/lineage columns not rendered grids#7106
Conversation
| if (_dc != null && lookupKey != null && lookupKey > 0) | ||
| { | ||
| _dc.renderGridCellContents(ctx, out); | ||
| return; |
There was a problem hiding this comment.
I don't know where this comment belongs (likely not related to this code changes), but when I tried to setup the case locally where I have a sample type grid and customize the view to pull in the "Input/Data/sourcetype/attachment column" case, the result was an empty grid rendering in the app:
When I did this same setup on nightly, it rendered as described in the issue with all expected grid rows.
There was a problem hiding this comment.
I tried this again on develop and got the same behavior, so definitely unrelated to changes in this PR.
Turns out the issue was that the source type had an invalid calculated field. So when I tried to add it to any of the sample type grids, it had the same result. Removing that bad calculated field fixed things.
Rationale
Related Pull Requests
Changes