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
If you have Resource model instances in hand for related resources, e.g. during the middle of ResourceInstanceListDataType.to_json(), you cannot provide them to ResourceInstanceDataType.get_display_value(), which will query for them again.
I added a little test for the ri-list to_json() fix. It exposed a very similar additional problem, but I don't think I'll get to it in this PR.
If you have
Resource
model instances in hand for related resources, e.g. during the middle ofResourceInstanceListDataType.to_json()
, you cannot provide them toResourceInstanceDataType.get_display_value()
, which will query for them again.Originally posted by @jacobtylerwalls in #11517 (comment)
The text was updated successfully, but these errors were encountered: