You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using FHIRSearch.include() attempts to include subject for Task, it fails with the model_fields.get() check as subject isn't a field of the Task model. Easy enough to just remove the check.
The text was updated successfully, but these errors were encountered:
When using FHIRSearch.include() attempts to include subject for Task, it fails with the model_fields.get() check as subject isn't a field of the Task model. Easy enough to just remove the check.
The text was updated successfully, but these errors were encountered: