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
In a scenario where I have two flows (abstract-flow and example-flow) and example-flow inherits from abstract-flow the resources defined in of abstract-flow can not be resolved if it is located in a different folder than example-flow.
Let's make the example more explicit. We have our files arranged like in the following tree:
If one tries to access the example-flow of this configuration an exception will be raised indicating that some resources were not found. (I know this behavior is documented but wouldn't it be nice to have this working?)
The modifications in [^patch.diff] ensure that the resources will be loaded relative to the defining flow. A complete and working example is included as [^resource-location.zip]. This project already contains the patched webflow classes.
Johannes Grimm opened SWF-1683 and commented
In a scenario where I have two flows (
abstract-flow
andexample-flow
) andexample-flow
inherits fromabstract-flow
the resources defined in ofabstract-flow
can not be resolved if it is located in a different folder thanexample-flow
.Let's make the example more explicit. We have our files arranged like in the following tree:
And the files have the following content:
If one tries to access the
example-flow
of this configuration an exception will be raised indicating that some resources were not found. (I know this behavior is documented but wouldn't it be nice to have this working?)The modifications in [^patch.diff] ensure that the resources will be loaded relative to the defining flow. A complete and working example is included as [^resource-location.zip]. This project already contains the patched webflow classes.
Affects: 2.4.2
Attachments:
The text was updated successfully, but these errors were encountered: