a Helper function to decode _id #15428
Labels
bb-relationships
Relating to table relationships
enhancement
New feature or request
low-hanging-fruit
When working with forms / relationship pickers with SQL db , the numeric ids get encoded.
Often we need to grab an id from a form or a picker to pass to a custom query or filter, and we need the unencoded id.
this is not hard to do, with JS, but it so redundant that would be easier to have a helper funtion.
it would look like
{{ decodeId Form.Relationship.0_id }}
you can curretnly decode it using
The text was updated successfully, but these errors were encountered: