Adrian Marin
Adrian Marin
@depfu rebase
Hey @xeron. Instead of returning `record.item_id` return an actual record. An ActiveRecord object, not an association foreign_key. For you it might be something like `record.item`. [Docs](https://docs.avohq.io/3.0/fields/record_link.html#:~:text=You%20give%20it%20a%20record%20and%20it%20will%20link%20to%20it)
That is partially correct. `format_using` will output the value of the block, not the label of that record. So when you tell it ` format_using: -> { record.item_id }`, the...
That's correct. It won't work for belongs_to either. Think about it like this: - the block you pass at the end of the field (which makes it a computed field)...
Yes, please open a new issue, but first, can you please test if a new app with Trix and AS works well and the captions aren't broken?
[I wrote](https://github.com/avo-hq/avo/issues/2714#issuecomment-2126834659) on the previous PR that that will require us to digg in deeper for such an edge-case. Would you be able to sponsor that fix?
Following you [last comment](https://github.com/avo-hq/avo/issues/2715#issuecomment-2126873469) I am talking about captions on attachments with `has_rich_text`. What I mean by digging deeper is that we first need to see if they work on...
> Editing an ActionText field with Trix field separates captions from images. > > 1. Add an image > 2. Click and change the caption > 3. Save > 4....
"Screenshots, or it didn't happen" 😅 We'd love to see the broken labels.
top-notch feedback and solution! thank you @MrJoy!