township-agency / ex_teal

MIT License
1 stars 0 forks source link

fix: sorting an index request should pass the conn to the child fields #284

Closed staylorwr closed 6 days ago

staylorwr commented 6 days ago

This pull request includes a small but important change to the ExTeal.Resource.Index module. The change ensures that the conn parameter is passed to the apply_options_for function, which is essential for handling connection-specific options.