Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom fields in remote db access #580

Open
joedolson opened this issue Jan 18, 2024 · 1 comment
Open

Support custom fields in remote db access #580

joedolson opened this issue Jan 18, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@joedolson
Copy link
Owner

Currently, custom fields are fetched on demand, which means that they are dependent on existing in the local site - they don't use the remote DB connection to get information.

I think the best solution to this is to fetch custom fields when building the event object, so that they're passed to remote handlers. This will also enable them to be more readily available in exporters and the REST API.

@joedolson joedolson added the enhancement New feature or request label Jan 18, 2024
@joedolson joedolson added this to the 3.6.0 milestone Jan 18, 2024
@joedolson
Copy link
Owner Author

See support request HS7466.

@joedolson joedolson changed the title Supoprt custom fields in remote db access Support custom fields in remote db access Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant