-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
V9: Inserting partial via template doesn't use await #11220
Comments
So I was potentially going to make this change looks simplish based on needing to change the snippet that is created in this file. However, how is the multi targeting of V8 and V9 working in the js if at all? |
@louisjrdev the V8 and V9 code base is in two separate branches. But yeah it seems the snippet is generated in this line: |
@bjarnef Aha nice, I thought that was the case but just wanted to check. Great I will probably get a PR in for this soon, but if anyone else wants to work on it in the meantime feel free. |
Microsoft also mention in the docs here:
|
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
9.0.0
Bug summary
When inserting a partial view via template editor in backoffice it just use the following like in v8:
It should instead use the recommended approach in .NET5:
Specifics
No response
Steps to reproduce
Insert a partial via backoffice template editor and notice it render the partial like in v8, but not
async
.Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: