Created
October 13, 2024 17:08
-
-
Save thanos/9279ece7398c057b146ea3e25c801a8a to your computer and use it in GitHub Desktop.
an example of a calculated virtual field used in a Many field's option for Backpex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options_query: fn query, _assigns -> | |
select_merge( | |
query, | |
[media], | |
%{label: fragment("concat(?, ', ', ?)", media.caption, media.original_file)} | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment