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 methods like store.findRecord, it’s possible to pass in adapterOptions that can be accessed on urlForFindRecord and used to change the url. However when calling model.reload() there doesn’t seem to be a way to pass in these same adapterOptions so urlForFindRecord is subsequently called but adapterOptions is unavailable.
The text was updated successfully, but these errors were encountered:
When using methods like
store.findRecord
, it’s possible to pass in adapterOptions that can be accessed onurlForFindRecord
and used to change the url. However when callingmodel.reload()
there doesn’t seem to be a way to pass in these sameadapterOptions
sourlForFindRecord
is subsequently called butadapterOptions
is unavailable.The text was updated successfully, but these errors were encountered: