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
More info: this only seems to be the case when a template is calling another template - but not in all situations. I haven't narrowed down the exact conditions under which the model is not inferred correctly.
v2.0.4:
Used to be that this would work
organization/_org_lite.gson:
model { Organization: org } ...
user.gson:
org tmpl."/organization/org_lite"(user.org)
Now the model must be specified explicitly:
user.gson:
org tmpl."/organization/org_lite"(org: user.org)
The text was updated successfully, but these errors were encountered: