Replies: 1 comment
-
I think, FlowPart should fetch all widgets (here /src/OrchardCore.Modules/OrchardCore.Flows/Views/FlowPart.Edit.cshtml#L98) or it should recursively call all widgets to include their flow settings and fetch their javascript assets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I have found a problem with fetching js assets for empty flow. When using nested flows, assest are not correctly fetched and admin UI is broken.
Setup:
Test case:
Test case 2:
In common use cases with single level flows, restricted content types are fetched with no-data and this ensures assets. But for nested it does not work.
I have created a discussion because I am not sure it is a bug, but I would like to know how to fix this for my project. Any ideas please?
Also I noticed that this approach injects a lot of script tags into DOM.. shouldn't we do something about it?

Beta Was this translation helpful? Give feedback.
All reactions